Implements #20 - Add support for PHP 8.5 and updated doctrine dependencies and drop support for PHP 8.1 #42
Annotations
10 errors
|
PHP-CS-Fixer
Process completed with exit code 8.
|
|
PHPStan
Process completed with exit code 1.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L172
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L90
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L86
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertContains() expects iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L85
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L58
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertContains() expects iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L57
Parameter #2 $haystack of method PHPUnit\Framework\Assert::assertCount() expects Countable|iterable, mixed given.
|
|
PHPStan:
tests/Task/EntityManager/DoctrineBatchWriterTaskTest.php#L30
Method CleverAge\DoctrineProcessBundle\Tests\Task\EntityManager\DoctrineBatchWriterTaskTest::getTask() has parameter $options with no value type specified in iterable type array.
|
|
Rector
Process completed with exit code 2.
|