upgrade to doctrine/persistence 3 #104
static.yml
on: pull_request
PHPStan
20s
PHP-CS-Fixer
16s
Annotations
10 errors
PHPStan:
lib/Doctrine/ODM/PHPCR/ChildrenCollection.php#L16
Non-abstract class Doctrine\ODM\PHPCR\ChildrenCollection contains abstract method findFirst() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ChildrenCollection.php#L16
Non-abstract class Doctrine\ODM\PHPCR\ChildrenCollection contains abstract method reduce() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ImmutableReferrersCollection.php#L13
Non-abstract class Doctrine\ODM\PHPCR\ImmutableReferrersCollection contains abstract method findFirst() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ImmutableReferrersCollection.php#L13
Non-abstract class Doctrine\ODM\PHPCR\ImmutableReferrersCollection contains abstract method reduce() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/PersistentCollection.php#L67
Result of method Doctrine\Common\Collections\Collection<(int|string),mixed>::add() (void) is used.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php#L15
Non-abstract class Doctrine\ODM\PHPCR\ReferenceManyCollection contains abstract method findFirst() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ReferenceManyCollection.php#L15
Non-abstract class Doctrine\ODM\PHPCR\ReferenceManyCollection contains abstract method reduce() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ReferrersCollection.php#L15
Non-abstract class Doctrine\ODM\PHPCR\ReferrersCollection contains abstract method findFirst() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan:
lib/Doctrine/ODM/PHPCR/ReferrersCollection.php#L15
Non-abstract class Doctrine\ODM\PHPCR\ReferrersCollection contains abstract method reduce() from interface Doctrine\Common\Collections\ReadableCollection.
|
PHPStan
Process completed with exit code 1.
|