Register the idle connection listener #1440
Annotations
5 errors and 1 warning
Run a static analysis with vimeo/psalm:
src/Middleware/IdleConnectionMiddleware.php#L32
src/Middleware/IdleConnectionMiddleware.php:32:43: InvalidReturnType: The declared return type 'Doctrine\DBAL\Driver' for Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap is incorrect, got 'Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver' (see https://psalm.dev/011)
|
Run a static analysis with vimeo/psalm:
src/Middleware/IdleConnectionMiddleware.php#L34
src/Middleware/IdleConnectionMiddleware.php:34:29: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
Run a static analysis with vimeo/psalm:
src/Middleware/IdleConnectionMiddleware.php#L34
src/Middleware/IdleConnectionMiddleware.php:34:43: UnusedPsalmSuppress: This suppression is never used (see https://psalm.dev/207)
|
Run a static analysis with vimeo/psalm:
src/Middleware/IdleConnectionMiddleware.php#L35
src/Middleware/IdleConnectionMiddleware.php:35:16: InvalidReturnStatement: The inferred type 'Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver' does not match the declared return type 'Doctrine\DBAL\Driver' for Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap (see https://psalm.dev/128)
|
Run a static analysis with vimeo/psalm
Process completed with exit code 2.
|
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/.
|
Loading