We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a5f1d4 commit 80976c2Copy full SHA for 80976c2
phpstan.neon.php73.dist
@@ -36,6 +36,9 @@ parameters:
36
-
37
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed,#'
38
path: src/PhpWord/Shared/ZipArchive.php
39
+ -
40
+ message: '#only iterables are supported#'
41
+ path: src/PhpWord/Writer/AbstractWriter.php
42
43
message: '#Cannot call method getText#'
44
path: src/PhpWord/Writer/ODText/Part/Content.php
0 commit comments