Skip to content

Commit 8545130

Browse files
committed
Update Phpstan for Php 7.2/7.3
1 parent 5197f16 commit 8545130

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

phpstan.neon.php73.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,27 +21,18 @@ parameters:
2121
-
2222
message: '#Parameter \#1 \$argument of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given.#'
2323
path: src/PhpWord/Element/AbstractContainer.php
24-
-
25-
message: '#Parameter \#1 \$function of function call_user_func expects callable\(\): mixed, string given.#'
26-
path: src/PhpWord/Element/Image.php
2724
-
2825
message: '#Parameter \#1 \$argument of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given.#'
2926
path: src/PhpWord/IOFactory.php
3027
-
3128
message: '#Cannot instantiate interface#'
3229
path: src/PhpWord/IOFactory.php
33-
-
34-
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed,#'
35-
path: src/PhpWord/Shared/ZipArchive.php
3630
-
3731
message: '#only iterables are supported#'
3832
path: src/PhpWord/Writer/AbstractWriter.php
3933
-
4034
message: '#Cannot call method getText#'
4135
path: src/PhpWord/Writer/ODText/Part/Content.php
42-
-
43-
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed, array{PhpOffice\\PhpWord\\Writer\\PDF\\AbstractRenderer, string} given.#'
44-
path: src/PhpWord/Writer/PDF.php
4536
-
4637
message: '#only iterables are supported#'
4738
path: tests/PhpWordTests/Shared/ZipArchiveTest.php

0 commit comments

Comments
 (0)