Skip to content

Remove cast

Remove cast #228

Triggered via push May 18, 2024 06:05
Status Failure
Total duration 56s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L17
Method Tests\Middleware\Aliased::with() has parameter $arguments with no value type specified in iterable type array.
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L52
Method Tests\Middleware\Aliased::in() has parameter $arguments with no value type specified in iterable type array.
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L79
Method Tests\Middleware\Aliased::formatArguments() has parameter $arguments with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L88
Method Tests\Middleware\Aliased::parseArgumentList() has parameter $arguments with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L88
Method Tests\Middleware\Aliased::parseArgumentList() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L100
Method Tests\Middleware\Aliased::parseArgumentMap() has parameter $arguments with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L100
Method Tests\Middleware\Aliased::parseArgumentMap() has parameter $parameters with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L100
Method Tests\Middleware\Aliased::parseArgumentMap() return type with generic class Illuminate\Support\Collection does not specify its types: TKey, TValue
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L102
Parameter #1 $callback of method Illuminate\Support\Collection<(int|string),mixed>::map() expects callable(mixed, int|string): (string|null), Closure(ReflectionParameter): (string|null) given.
Check: src/HasParameters.php (in context of class Tests/Middleware/Aliased)#L120
Method Tests\Middleware\Aliased::parseVariadicArgument() has parameter $arguments with generic class Illuminate\Support\Collection but does not specify its types: TKey, TValue