Bump spatie/laravel-fractal from 6.2.1 to 6.3.2 in /sourcecode/hub #568
Annotations
10 errors
Run PHPStan:
sourcecode/hub/app/Console/Commands/AddLtiTool.php#L50
Parameter #1 $string of method Illuminate\Console\Command::line() expects string, int given.
|
Run PHPStan:
sourcecode/hub/app/Console/Commands/AddLtiToolExtra.php#L40
Property App\Models\LtiToolExtra::$lti_tool_id (string) does not accept int.
|
Run PHPStan:
sourcecode/hub/app/Http/Controllers/NdlaLegacy/SelectController.php#L153
PHPDoc tag @var with type Illuminate\Database\Eloquent\Builder<App\Models\ContentVersion> is not subtype of native type Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>.
|
Run PHPStan:
sourcecode/hub/app/Listeners/AddAuthToLtiLaunch.php#L32
Parameter #2 $value of method App\Lti\LtiLaunchBuilder::withClaim() expects string, int given.
|
Run PHPStan:
sourcecode/hub/app/Models/Content.php#L235
PHPDoc tag @var with type Illuminate\Database\Eloquent\Builder<App\Models\Tag> is not subtype of native type Illuminate\Database\Eloquent\Builder<Illuminate\Database\Eloquent\Model>.
|
Run PHPStan:
sourcecode/hub/app/Models/Content.php#L273
Property App\Models\ContentView::$lti_platform_id (string|null) does not accept int|null.
|
Run PHPStan:
sourcecode/hub/app/Models/ContentVersion.php#L104
Parameter #1 $edlibVersionId of method Cerpus\EdlibResourceKit\Lti\Edlib\DeepLinking\EdlibLtiLinkItem::withEdlibVersionId() expects string|null, int given.
|
Run PHPStan:
sourcecode/hub/app/Models/LtiTool.php#L65
Property App\Models\LtiTool::$slug (string) does not accept int|string.
|
Run PHPStan:
sourcecode/hub/app/Models/LtiToolExtra.php#L42
Property App\Models\LtiToolExtra::$slug (string) does not accept int|string.
|
Run PHPStan:
sourcecode/hub/app/Models/User.php#L92
Method App\Models\User::getApiKey() should return string but returns int.
|
Loading