Skip to content

Commit 2e55a7c

Browse files
committed
Getting Closer
1 parent 985cff4 commit 2e55a7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phpstan.neon.php7.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ parameters:
3939
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\\Style\\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\\Word2007\\Part\\AbstractPart is not subtype of native type #'
5252
path: tests/PhpWordTests/Writer/Word2007/Part/AbstractPartTest.php

0 commit comments

Comments
 (0)