Skip to content

Fix different first/max result values taking up query cache space #6873

Fix different first/max result values taking up query cache space

Fix different first/max result values taking up query cache space #6873

Triggered via pull request January 27, 2024 14:21
Status Failure
Total duration 58s
Artifacts

static-analysis.yml

on: pull_request
Static Analysis with Psalm
22s
Static Analysis with Psalm
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 4 warnings
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php#L1119
lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:1119:51: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getReadLockSQL has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php#L1123
lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:1123:51: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getWriteLockSQL has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php#L1581
lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:1581:45: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getReadLockSQL has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php#L1585
lib/Doctrine/ORM/Persisters/Entity/BasicEntityPersister.php:1585:45: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getWriteLockSQL has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php#L319
lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php:319:51: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getReadLockSQL has been marked as deprecated (see https://psalm.dev/001)
DeprecatedMethod: lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php#L324
lib/Doctrine/ORM/Persisters/Entity/JoinedSubclassPersister.php:324:51: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getWriteLockSQL has been marked as deprecated (see https://psalm.dev/001)
PropertyNotSetInConstructor: lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php#L13
lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php:13:7: PropertyNotSetInConstructor: Property Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::$_sqlStatements is not defined in constructor of Doctrine\ORM\Query\Exec\FinalizedSelectExecutor or in any methods called in the constructor (see https://psalm.dev/074)
PropertyNotSetInConstructor: lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php#L13
lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php:13:7: PropertyNotSetInConstructor: Property Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::$queryCacheProfile is not defined in constructor of Doctrine\ORM\Query\Exec\FinalizedSelectExecutor or in any methods called in the constructor (see https://psalm.dev/074)
PossiblyInvalidArgument: lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php#L24
lib/Doctrine/ORM/Query/Exec/FinalizedSelectExecutor.php:24:36: PossiblyInvalidArgument: Argument 1 of Doctrine\DBAL\Connection::executeQuery expects string, but possibly different type array<array-key, mixed>|string provided (see https://psalm.dev/092)
DeprecatedMethod: lib/Doctrine/ORM/Query/Exec/SingleSelectSqlFinalizer.php#L48
lib/Doctrine/ORM/Query/Exec/SingleSelectSqlFinalizer.php:48:38: DeprecatedMethod: The method Doctrine\DBAL\Platforms\AbstractPlatform::getReadLockSQL has been marked as deprecated (see https://psalm.dev/001)
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/.
Static Analysis with PHPStan (default, 2.5)
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/.
Static Analysis with PHPStan (default, default)
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/.
Static Analysis with PHPStan (2.13, default)
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/.