Skip to content

Register the idle connection listener #1438

Register the idle connection listener

Register the idle connection listener #1438

Triggered via pull request May 1, 2024 10:05
Status Failure
Total duration 40s
Artifacts

static-analysis.yml

on: pull_request
Static Analysis with Psalm
31s
Static Analysis with Psalm
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
UndefinedClass: src/Command/DoctrineCommand.php#L37
src/Command/DoctrineCommand.php:37:32: UndefinedClass: Class, interface or enum named Doctrine\ORM\Tools\EntityGenerator does not exist (see https://psalm.dev/019)
UnusedPsalmSuppress: src/Command/Proxy/DoctrineCommandHelper.php#L31
src/Command/Proxy/DoctrineCommandHelper.php:31:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
UndefinedClass: src/Command/Proxy/DoctrineCommandHelper.php#L32
src/Command/Proxy/DoctrineCommandHelper.php:32:29: UndefinedClass: Class, interface or enum named Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper does not exist (see https://psalm.dev/019)
UndefinedClass: src/Command/Proxy/DoctrineCommandHelper.php#L38
src/Command/Proxy/DoctrineCommandHelper.php:38:13: UndefinedClass: Class, interface or enum named Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper does not exist (see https://psalm.dev/019)
UndefinedClass: src/ConnectionFactory.php#L111
src/ConnectionFactory.php:111:27: UndefinedClass: Class, interface or enum named Doctrine\DBAL\Exception does not exist (see https://psalm.dev/019)
UndefinedClass: src/ConnectionFactory.php#L280
src/ConnectionFactory.php:280:19: UndefinedClass: Class, interface or enum named Doctrine\DBAL\Exception does not exist (see https://psalm.dev/019)
UndefinedClass: src/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php#L92
src/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php:92:35: UndefinedClass: Class, interface or enum named Doctrine\ORM\Mapping\Driver\YamlDriver does not exist (see https://psalm.dev/019)
UndefinedClass: src/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php#L136
src/DependencyInjection/Compiler/DoctrineOrmMappingsPass.php:136:34: UndefinedClass: Class, interface or enum named Doctrine\ORM\Mapping\Driver\AnnotationDriver does not exist (see https://psalm.dev/019)
UndefinedClass: src/Mapping/DisconnectedMetadataFactory.php#L149
src/Mapping/DisconnectedMetadataFactory.php:149:24: UndefinedClass: Class, interface or enum named Doctrine\ORM\Tools\DisconnectedClassMetadataFactory does not exist (see https://psalm.dev/019)
UndefinedClass: src/Mapping/DisconnectedMetadataFactory.php#L150
src/Mapping/DisconnectedMetadataFactory.php:150:13: UndefinedClass: Class, interface or enum named Doctrine\ORM\Tools\DisconnectedClassMetadataFactory does not exist (see https://psalm.dev/019)
Static Analysis with Psalm
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.