Update dependencies #2778
Annotations
10 errors and 1 warning
Run vendor/bin/phpstan:
tests/Utils/Models/Activity.php#L32
Method Tests\Utils\Models\Activity::content() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Activity>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Activity.php#L38
Method Tests\Utils\Models\Activity::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Activity)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Activity>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/AlternateConnection.php#L29
Method Tests\Utils\Models\AlternateConnection::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\AlternateConnection)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\AlternateConnection>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Category.php#L28
Method Tests\Utils\Models\Category::parent() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Category, $this(Tests\Utils\Models\Category)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Category, Tests\Utils\Models\Category>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Color.php#L40
Method Tests\Utils\Models\Color::creator() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Color)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Color>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Comment.php#L31
Method Tests\Utils\Models\Comment::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\Comment)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\Comment>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Comment.php#L37
Method Tests\Utils\Models\Comment::post() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Post, $this(Tests\Utils\Models\Comment)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Post, Tests\Utils\Models\Comment>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/CustomPrimaryKey.php#L28
Method Tests\Utils\Models\CustomPrimaryKey::user() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, $this(Tests\Utils\Models\CustomPrimaryKey)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\User, Tests\Utils\Models\CustomPrimaryKey>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Image.php#L30
Method Tests\Utils\Models\Image::imageable() should return Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, $this(Tests\Utils\Models\Image)> but returns Illuminate\Database\Eloquent\Relations\MorphTo<Illuminate\Database\Eloquent\Model, Tests\Utils\Models\Image>.
|
Run vendor/bin/phpstan:
tests/Utils/Models/Location.php#L38
Method Tests\Utils\Models\Location::parent() should return Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Location, $this(Tests\Utils\Models\Location)> but returns Illuminate\Database\Eloquent\Relations\BelongsTo<Tests\Utils\Models\Location, Tests\Utils\Models\Location>.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading