Skip to content

Commit 985cff4

Browse files
committed
Keep Trying
1 parent 9de7077 commit 985cff4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

phpstan.neon.php7.dist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ parameters:
3636
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed, array{PhpOffice\\PhpWord\\Writer\\PDF\\AbstractRenderer, string} given.#'
3737
path: src/PhpWord/Writer/PDF.php
3838
-
39-
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractElement is not subtype of native type .*#'
39+
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractElement is not subtype of native type #'
4040
path: tests/PhpWordTests/Element/AbstractElementTest.php
4141
-
42-
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractStyle is not subtype of native type .*#'
42+
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractStyle is not subtype of native type #'
4343
path: tests/PhpWordTests/Style/AbstractStyleTest.php
4444
-
4545
message: '#Parameter \#1 \$argument of class ReflectionClass constructor expects class-string<object>\|object, class-string\|false given.#'
@@ -48,5 +48,5 @@ parameters:
4848
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed, array\{\$this\(PhpOffice\\PhpWord\\Shared\\ZipArchive\)\|PclZip|\ZipArchive, mixed\} given.#'
4949
path: tests/PhpWordTests/Style/AbstractStyleTest.php
5050
-
51-
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractPart is not subtype of native type .*#'
51+
message: '#PHPDoc tag @var with type PhpOffice\\PhpWord\\Element\\AbstractPart is not subtype of native type #'
5252
path: tests/PhpWordTests/Writer/Word2007/Part/AbstractPartTest.php

0 commit comments

Comments
 (0)