Skip to content

Commit 2a5f1d4

Browse files
committed
Fix Typo
1 parent 3637da1 commit 2a5f1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon.php73.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parameters:
3131
message: '#Parameter \#1 \$argument of class ReflectionClass constructor expects class-string<T of object>\|T of object, string given.#'
3232
path: src/PhpWord/IOFactory.php
3333
-
34-
message: 'Cannot instantiate interface#'
34+
message: '#Cannot instantiate interface#'
3535
path: src/PhpWord/IOFactory.php
3636
-
3737
message: '#Parameter \#1 \$function of function call_user_func_array expects callable\(\): mixed,#'

0 commit comments

Comments
 (0)