fix(deps): update dependency api-platform/core to v4 #19919
continuous-integration-optional.yml
on: push
Validate Api Platform composer.lock
8s
Lint: API (psalm)
24s
Lint: API (phpstan)
28s
API: validate migrations
54s
Annotations
21 errors
UndefinedClass:
src/Doctrine/Filter/ExpressionDateTimeFilter.php#L140
src/Doctrine/Filter/ExpressionDateTimeFilter.php:140:36: UndefinedClass: Class, interface or enum named ApiPlatform\Exception\InvalidArgumentException does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L49
src/HttpCache/PurgeHttpCacheListener.php:49:33: UndefinedClass: Class, interface or enum named ApiPlatform\Api\IriConverterInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L49
src/HttpCache/PurgeHttpCacheListener.php:49:115: UndefinedClass: Class, interface or enum named ApiPlatform\Api\ResourceClassResolverInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L160
src/HttpCache/PurgeHttpCacheListener.php:160:14: UndefinedClass: Class, interface or enum named ApiPlatform\Api\ResourceClassResolverInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L164
src/HttpCache/PurgeHttpCacheListener.php:164:26: UndefinedClass: Class, interface or enum named ApiPlatform\Api\ResourceClassResolverInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L201
src/HttpCache/PurgeHttpCacheListener.php:201:20: UndefinedClass: Class, interface or enum named ApiPlatform\Api\IriConverterInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L204
src/HttpCache/PurgeHttpCacheListener.php:204:23: UndefinedClass: Class, interface or enum named ApiPlatform\Api\IriConverterInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L278
src/HttpCache/PurgeHttpCacheListener.php:278:14: UndefinedClass: Class, interface or enum named ApiPlatform\Api\ResourceClassResolverInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L286
src/HttpCache/PurgeHttpCacheListener.php:286:24: UndefinedClass: Class, interface or enum named ApiPlatform\Api\IriConverterInterface does not exist (see https://psalm.dev/019)
|
UndefinedClass:
src/HttpCache/PurgeHttpCacheListener.php#L294
src/HttpCache/PurgeHttpCacheListener.php:294:18: UndefinedClass: Class, interface or enum named ApiPlatform\Exception\InvalidArgumentException does not exist (see https://psalm.dev/019)
|
Lint: API (phpstan):
src/Doctrine/Filter/ExpressionDateTimeFilter.php#L140
Instantiated class ApiPlatform\Exception\InvalidArgumentException not found.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L49
Parameter $iriConverter of method App\HttpCache\PurgeHttpCacheListener::__construct() has invalid type ApiPlatform\Api\IriConverterInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L49
Parameter $resourceClassResolver of method App\HttpCache\PurgeHttpCacheListener::__construct() has invalid type ApiPlatform\Api\ResourceClassResolverInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L49
Property App\HttpCache\PurgeHttpCacheListener::$iriConverter has unknown class ApiPlatform\Api\IriConverterInterface as its type.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L49
Property App\HttpCache\PurgeHttpCacheListener::$resourceClassResolver has unknown class ApiPlatform\Api\ResourceClassResolverInterface as its type.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L160
Call to method isResourceClass() on an unknown class ApiPlatform\Api\ResourceClassResolverInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L164
Call to method getResourceClass() on an unknown class ApiPlatform\Api\ResourceClassResolverInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L201
Call to method getIriFromResource() on an unknown class ApiPlatform\Api\IriConverterInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L204
Call to method getIriFromResource() on an unknown class ApiPlatform\Api\IriConverterInterface.
|
Lint: API (phpstan):
src/HttpCache/PurgeHttpCacheListener.php#L233
Call to method isResourceClass() on an unknown class ApiPlatform\Api\ResourceClassResolverInterface.
|
API: validate migrations
Process completed with exit code 1.
|