Skip to content

Commit 24043b9

Browse files
committed
fix: adjust PHPStan ignored error
1 parent 7d2a645 commit 24043b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ parameters:
22
level: 5
33
ignoreErrors:
44
-
5-
message: '!Parameter #3 \$uri of method XMLWriter::startElementNs\(\) expects string, null given.!'
5+
message: '!Parameter #3 \$namespace of method XMLWriter::startElementNs\(\) expects string, null given.!'
66
path: lib/Writer.php

0 commit comments

Comments
 (0)