Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress doctrine/collections related deprecations
We are correctly triggering these indirect issues ``` Remaining indirect deprecation notices (5) 1x: Method "ArrayAccess::offsetExists()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Doctrine\Common\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message. 1x in ServiceRepositoryTest::testRepositoryServiceWiring from Doctrine\Bundle\DoctrineBundle\Tests 1x: Method "ArrayAccess::offsetGet()" might add "mixed" as a native return type declaration in the future. Do the same in implementation "Doctrine\Common\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message. 1x in ServiceRepositoryTest::testRepositoryServiceWiring from Doctrine\Bundle\DoctrineBundle\Tests 1x: Method "ArrayAccess::offsetSet()" might add "void" as a native return type declaration in the future. Do the same in implementation "Doctrine\Common\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message. 1x in ServiceRepositoryTest::testRepositoryServiceWiring from Doctrine\Bundle\DoctrineBundle\Tests 1x: Method "ArrayAccess::offsetUnset()" might add "void" as a native return type declaration in the future. Do the same in implementation "Doctrine\Common\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message. 1x in ServiceRepositoryTest::testRepositoryServiceWiring from Doctrine\Bundle\DoctrineBundle\Tests 1x: Method "Countable::count()" might add "int" as a native return type declaration in the future. Do the same in implementation "Doctrine\Common\Collections\ArrayCollection" now to avoid errors or add an explicit @return annotation to suppress this message. 1x in ServiceRepositoryTest::testRepositoryServiceWiring from Doctrine\Bundle\DoctrineBundle\Tests ```
- Loading branch information