Merge knallcharge/master #50
static-analysis.yml
on: pull_request
Matrix: Static Analysis with PHPStan
Annotations
10 errors
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L174
Call to deprecated method setPrimaryKey() of class Doctrine\DBAL\Schema\Table:
Use {@see addPrimaryKeyConstraint()} instead.
|
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L167
Call to function method_exists() with Doctrine\DBAL\Schema\Table and 'addPrimaryKeyConstr…' will always evaluate to true.
|
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L146
Call to an undefined method Doctrine\DBAL\Query\QueryBuilder::execute().
|
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L63
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Connection:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L62
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Connection:
Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
|
|
Static Analysis with PHPStan (8.4):
Storage/DoctrineStorage.php#L58
Call to function method_exists() with Doctrine\DBAL\Connection and 'quoteSingleIdentifi…' will always evaluate to true.
|
|
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.
|