Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Running the latest PHPStan produces this output: ``` ------ -------------------------------------------------------------------------------------------------------------- Line Loader/SymfonyFixturesLoader.php ------ -------------------------------------------------------------------------------------------------------------- 62 Call to an undefined static method Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader::addFixture(). 96 Call to an undefined static method Doctrine\Bundle\FixturesBundle\Loader\SymfonyBridgeLoader::getFixtures(). ------ -------------------------------------------------------------------------------------------------------------- ------ ------------------------------------------------------------------------------------------------------------------------------------------------ Line Tests/Command/LoadDataFixturesDoctrineCommandTest.php ------ ------------------------------------------------------------------------------------------------------------------------------------------------ 27 Class Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader does not have a constructor and must be instantiated without any parameters. 50 Class Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader does not have a constructor and must be instantiated without any parameters. ------ ------------------------------------------------------------------------------------------------------------------------------------------------ ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Line Tests/IntegrationTest.php ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 467 Return type mixed of method Doctrine\Bundle\FixturesBundle\Tests\ForwardCompatibleEntityManager::wrapInTransaction() is not covariant with return type mixed of method Doctrine\ORM\EntityManagerInterface::wrapInTransaction(). ------ ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ``` All of them happen in the context of compatibility layers. The last one cannot be ignored for some reason.
- Loading branch information