Skip to content

Do not use method Table::setPrimaryKey() as this is deprecated #29

Do not use method Table::setPrimaryKey() as this is deprecated

Do not use method Table::setPrimaryKey() as this is deprecated #29

Triggered via push January 20, 2026 13:34
Status Failure
Total duration 23s
Artifacts
Matrix: Static Analysis with PHPStan
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Static Analysis with PHPStan (8.4)
Process completed with exit code 1.
Static Analysis with PHPStan (8.4): Storage/DoctrineStorage.php#L139
Call to an undefined method Doctrine\DBAL\Query\QueryBuilder::execute().
Static Analysis with PHPStan (8.4): Storage/DoctrineStorage.php#L55
Call to an undefined method Doctrine\DBAL\Connection::getSchemaManager().
Static Analysis with PHPStan (8.4): Storage/DoctrineStorage.php#L0
Ignored error pattern #^Cannot call method fetchColumn\(\) on Doctrine\\DBAL\\Result\|int\|string\.$# in path /home/runner/work/CraueFormFlowBundle/CraueFormFlowBundle/Storage/DoctrineStorage.php was not matched in reported errors.
Static Analysis with PHPStan (8.4): Storage/DoctrineStorage.php#L0
Ignored error pattern #^Call to deprecated method getSchemaManager\(\) of class Doctrine\\DBAL\\Connection\: Use \{@see createSchemaManager\(\)\} instead\.$# in path /home/runner/work/CraueFormFlowBundle/CraueFormFlowBundle/Storage/DoctrineStorage.php was not matched in reported errors.
Static Analysis with PHPStan (8.4): Storage/DoctrineStorage.php#L0
Ignored error pattern #^Call to deprecated method execute\(\) of class Doctrine\\DBAL\\Query\\QueryBuilder\: Use \{@see executeQuery\(\)\} or \{@see executeStatement\(\)\} instead\.$# in path /home/runner/work/CraueFormFlowBundle/CraueFormFlowBundle/Storage/DoctrineStorage.php was not matched in reported errors.
Static Analysis with PHPStan (8.4): Form/FormFlow.php#L542
Parameter #2 $default of method Symfony\Component\HttpFoundation\InputBag<string>::get() expects string|null, int given.