Chore(deps) - Symfony update #5723
Annotations
10 errors and 10 warnings
src/Security/Provider/ApiKeyUserProvider.php#L27
src/Security/Provider/ApiKeyUserProvider.php:27:66: MissingTemplateParam: App\Security\Provider\ApiKeyUserProvider has missing template params when extending Symfony\Component\Security\Core\User\UserProviderInterface, expecting 1 (see https://psalm.dev/182)
|
src/Security/Provider/SecurityUserFactory.php#L28
src/Security/Provider/SecurityUserFactory.php:28:38: MissingTemplateParam: App\Security\Provider\SecurityUserFactory has missing template params when extending Symfony\Component\Security\Core\User\UserProviderInterface, expecting 1 (see https://psalm.dev/182)
|
tests/Integration/Rest/ResponseHandlerTest.php#L155
tests/Integration/Rest/ResponseHandlerTest.php:155:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<string> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L196
tests/Integration/Rest/ResponseHandlerTest.php:196:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<string> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L203
tests/Integration/Rest/ResponseHandlerTest.php:203:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<scalar> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L249
tests/Integration/Rest/ResponseHandlerTest.php:249:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<string> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L256
tests/Integration/Rest/ResponseHandlerTest.php:256:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<scalar> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L297
tests/Integration/Rest/ResponseHandlerTest.php:297:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<string> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L304
tests/Integration/Rest/ResponseHandlerTest.php:304:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<scalar> has too many template params, expecting 0 (see https://psalm.dev/184)
|
tests/Integration/Rest/ResponseHandlerTest.php#L345
tests/Integration/Rest/ResponseHandlerTest.php:345:9: TooManyTemplateParams: Symfony\Component\HttpFoundation\InputBag<string> has too many template params, expecting 0 (see https://psalm.dev/184)
|
src/AutoMapper/RestRequestMapper.php#L49
src/AutoMapper/RestRequestMapper.php:49:24: MixedMethodCall: Cannot call constructor on an unknown class (see https://psalm.dev/015)
|
src/Collection/CollectionTrait.php#L48
src/Collection/CollectionTrait.php:48:45: MixedInferredReturnType: Could not verify return type 'App\Rest\Interfaces\RestResourceInterface' for App\Collection\CollectionTrait::get (see https://psalm.dev/047)
|
src/Collection/CollectionTrait.php#L48
src/Collection/CollectionTrait.php:48:45: MixedInferredReturnType: Could not verify return type 'App\Rest\Interfaces\ControllerInterface' for App\Collection\CollectionTrait::get (see https://psalm.dev/047)
|
src/Collection/CollectionTrait.php#L90
src/Collection/CollectionTrait.php:90:89: MixedArgumentTypeCoercion: Argument 2 of CallbackFilterIterator::__construct expects callable(mixed, mixed, Iterator<mixed, mixed>):bool, but parent type Closure provided (see https://psalm.dev/194)
|
src/Command/ApiKey/ApiKeyHelper.php#L118
src/Command/ApiKey/ApiKeyHelper.php:118:13: MixedArrayAssignment: Cannot access array value on mixed variable $choices[string] (see https://psalm.dev/117)
|
src/Command/ApiKey/ListApiKeysCommand.php#L74
src/Command/ApiKey/ListApiKeysCommand.php:74:16: MixedReturnTypeCoercion: The declared return type 'array<int, string>' for App\Command\ApiKey\ListApiKeysCommand::getRows is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
|
src/Command/ApiKey/ListApiKeysCommand.php#L80
src/Command/ApiKey/ListApiKeysCommand.php:80:16: MixedReturnTypeCoercion: The type 'array<array-key, mixed>' is more general than the declared return type 'array<int, string>' for App\Command\ApiKey\ListApiKeysCommand::getRows (see https://psalm.dev/197)
|
src/Command/ApiKey/ListApiKeysCommand.php#L104
src/Command/ApiKey/ListApiKeysCommand.php:104:60: MixedArgumentTypeCoercion: Argument 1 of Doctrine\Common\Collections\Collection::map expects Closure(T:Doctrine\Common\Collections\Collection as mixed):non-empty-string, but parent type pure-Closure(App\Entity\UserGroup):non-empty-string provided (see https://psalm.dev/194)
|
src/Command/Traits/ExecuteMultipleCommandTrait.php#L49
src/Command/Traits/ExecuteMultipleCommandTrait.php:49:81: MixedInferredReturnType: Could not verify return type 'int' for App\Command\Traits\ExecuteMultipleCommandTrait::execute (see https://psalm.dev/047)
|
src/Command/User/ListUserGroupsCommand.php#L72
src/Command/User/ListUserGroupsCommand.php:72:16: MixedReturnTypeCoercion: The declared return type 'array<int, string>' for App\Command\User\ListUserGroupsCommand::getRows is more specific than the inferred return type 'array<array-key, mixed>' (see https://psalm.dev/197)
|
The logs for this run have expired and are no longer available.
Loading