tikiwiki/packages/tiki-pkg-mediaalchemyst/doctrine/collections/phpstan.neon.dist

12 lines
557 B
Plaintext
Raw Normal View History

2023-11-20 21:52:04 +01:00
parameters:
level: 8
paths:
- lib
ignoreErrors:
-
message: '~Parameter #1 \$key of method Doctrine\\Common\\Collections\\ArrayCollection<TKey of \(int\|string\),T>::set\(\) expects TKey of \(int\|string\), int\|string given\.~'
path: 'lib/Doctrine/Common/Collections/ArrayCollection.php'
-
message: '~Cannot call method .* on Doctrine\\Common\\Collections\\Collection<TKey of \(int\|string\), T>\|null\.~'
path: 'lib/Doctrine/Common/Collections/AbstractLazyCollection.php'