Merge 1.8.x up into 2.0.x #401
Annotations
10 errors
Run a static analysis with phpstan/phpstan:
src/Executor/AbstractExecutor.php#L1
Ignored error pattern #^Method class@anonymous/src/Executor/AbstractExecutor\.php\:131\:\:log\(\) has parameter \$message with no type specified\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/Executor/AbstractExecutor.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Executor/AbstractExecutor.php#L1
Ignored error pattern #^Method class@anonymous/src/Executor/AbstractExecutor\.php\:95\:\:log\(\) has parameter \$message with no type specified\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/Executor/AbstractExecutor.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Executor/AbstractExecutor.php#L1
Ignored error pattern #^Strict comparison using \!\=\= between null and null will always evaluate to false\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/Executor/AbstractExecutor.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Loader.php#L1
Ignored error pattern #^Method Doctrine\\Common\\DataFixtures\\Loader\:\:addFixture\(\) has no return type specified\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/Loader.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/Purger/PHPCRPurger.php#L1
Ignored error pattern #^Method Doctrine\\Common\\DataFixtures\\Purger\\PHPCRPurger\:\:setDocumentManager\(\) has no return type specified\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/Purger/PHPCRPurger.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/ReferenceRepository.php#L1
Ignored error pattern #^Property Doctrine\\Common\\DataFixtures\\ReferenceRepository\:\:\$referencesByClass \(array\<class\-string, array\<string, object\>\>\) does not accept array\<string, array\<string, mixed\>\>\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/ReferenceRepository.php was not matched in reported errors.
|
Run a static analysis with phpstan/phpstan:
src/ReferenceRepository.php#L99
Ignored error pattern #^Property Doctrine\\Common\\DataFixtures\\ReferenceRepository\:\:\$identitiesByClass \(array\<class\-string, array\<string, mixed\>\>\) does not accept array\<string, array\<string, mixed\>\>\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/ReferenceRepository.php is expected to occur 2 times, but occurred only 1 time.
|
Run a static analysis with phpstan/phpstan:
src/ReferenceRepository.php#L243
Ignored error pattern #^Parameter \#1 \$className of method Doctrine\\Persistence\\ObjectManager\:\:getClassMetadata\(\) expects class\-string\<object\>, string given\.$# in path /home/runner/work/data-fixtures/data-fixtures/src/ReferenceRepository.php is expected to occur 2 times, but occurred only 1 time.
|
Run a static analysis with phpstan/phpstan:
src/ReferenceRepository.php#L243
Ignored error pattern #^Unable to resolve the template type T in call to method Doctrine\\Persistence\\ObjectManager\:\:getClassMetadata\(\)$# in path /home/runner/work/data-fixtures/data-fixtures/src/ReferenceRepository.php is expected to occur 2 times, but occurred only 1 time.
|
Run a static analysis with phpstan/phpstan:
tests/Common/DataFixtures/Executor/PHPCRExecutorTest.php#L67
Parameter #2 $purger of class Doctrine\Common\DataFixtures\Executor\PHPCRExecutor constructor expects Doctrine\Common\DataFixtures\Purger\PHPCRPurger|null, Doctrine\Common\DataFixtures\Purger\PHPCRPurgerInterface&PHPUnit\Framework\MockObject\MockObject given.
|
Loading