Skip to content

Commit d8eecdf

Browse files
committed
Clean up outdated ignored phpstan error
1 parent 4818539 commit d8eecdf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ parameters:
1616
# https://bugs.php.net/bug.php?id=78126
1717
- '~^Call to an undefined method PDO::sqliteCreateFunction\(\)\.\z~'
1818

19-
# https://github.com/phpstan/phpstan/issues/2857
20-
- '~^Parameter #2 \$registeredAliases of static method Doctrine\\DBAL\\Query\\Exception\\NonUniqueAlias::new\(\) expects array<string>, array<int, int\|string> given\.\z~'
21-
2219
# legacy remnants from doctrine/common
2320
- '~^Class Doctrine\\Common\\(Collections\\Collection|Persistence\\Proxy) not found\.\z~'
2421
- '~^.+ on an unknown class Doctrine\\Common\\(Collections\\Collection|Persistence\\Proxy)\.\z~'

0 commit comments

Comments
 (0)