[wip] Support for ORM 3 #359
Annotations
10 errors and 3 warnings
Run a static analysis with phpstan/phpstan:
src/CliConfigurator.php#L102
Instantiated class Doctrine\ORM\Tools\Console\Helper\EntityManagerHelper not found.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L24
Property DoctrineORMModule\Collector\SQLLoggerCollector::$sqlLogger has unknown class Doctrine\DBAL\Logging\DebugStack as its type.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L28
Parameter $sqlLogger of method DoctrineORMModule\Collector\SQLLoggerCollector::__construct() has invalid type Doctrine\DBAL\Logging\DebugStack.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L50
Access to property $queries on an unknown class Doctrine\DBAL\Logging\DebugStack.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L55
Access to property $queries on an unknown class Doctrine\DBAL\Logging\DebugStack.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L63
Access to property $queries on an unknown class Doctrine\DBAL\Logging\DebugStack.
|
Run a static analysis with phpstan/phpstan:
src/Collector/SQLLoggerCollector.php#L70
Access to property $queries on an unknown class Doctrine\DBAL\Logging\DebugStack.
|
Run a static analysis with phpstan/phpstan:
src/Service/ConfigurationFactory.php#L48
Call to an undefined method Doctrine\ORM\Configuration::addNamedQuery().
|
Run a static analysis with phpstan/phpstan:
src/Service/ConfigurationFactory.php#L52
Call to an undefined method Doctrine\ORM\Configuration::addNamedNativeQuery().
|
Run a static analysis with phpstan/phpstan:
src/Service/ConfigurationFactory.php#L63
Call to an undefined method Doctrine\ORM\Configuration::setMetadataCacheImpl().
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, ramsey/composer-install@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/composer-install@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Install dependencies with Composer
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading