Skip to content

Address deprecations from doctrine/dbal #8013

Address deprecations from doctrine/dbal

Address deprecations from doctrine/dbal #8013

Triggered via pull request January 25, 2025 11:23
Status Failure
Total duration 49s
Artifacts

static-analysis.yml

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

Annotations

11 errors
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L27
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L45
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L55
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L62
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L72
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L90
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Mapping/DefaultQuoteStrategy.php#L116
Call to deprecated method quoteIdentifier() of class Doctrine\DBAL\Platforms\AbstractPlatform: Use {@link quoteSingleIdentifier()} individually for each part of a qualified name instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Tools/SchemaTool.php#L729
Call to deprecated method getLocalColumns() of class Doctrine\DBAL\Schema\ForeignKeyConstraint: Use {@see getReferencingColumnNames()} instead.
Static Analysis with PHPStan (default, phpstan.neon): src/Tools/SchemaTool.php#L730
Call to deprecated method getForeignTableName() of class Doctrine\DBAL\Schema\ForeignKeyConstraint: Use {@see getReferencedTableName()} instead. Returns the name of the referenced table the foreign key constraint is associated with.
Static Analysis with PHPStan (default, phpstan.neon): src/Tools/SchemaTool.php#L731
Call to deprecated method getForeignColumns() of class Doctrine\DBAL\Schema\ForeignKeyConstraint: Use {@see getReferencedColumnNames()} instead. Returns the names of the referenced table columns the foreign key constraint is associated with.
Static Analysis with PHPStan (3.8.2, phpstan-dbal3.neon)
The job was canceled because "default_phpstan_neon" failed.