Skip to content

Commit c4918ee

Browse files
committed
[+]: add more support for generics + phpstan checks
1 parent f1e733a commit c4918ee

File tree

9 files changed

+151
-101
lines changed

9 files changed

+151
-101
lines changed

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ parameters:
2222
-
2323
message: ~Cannot call method format~
2424
path: %currentWorkingDirectory%/tests/ArrayyTest.php
25-
# not supported by phpstan?
26-
- '/PHPDoc tag @template .Key.* for .* with bound type .* is not supported\./'
2725
# false-positive?
2826
- '/function call_user_func expects callable.*array\(.*\) given/'
2927
- '/function call_user_func_array expects callable.*array\(.*\) given/'

0 commit comments

Comments
 (0)