Skip to content

Commit 82f483a

Browse files
上流で修正されたPHPStanエラー無視を削除
1 parent 4789ebd commit 82f483a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

phpstan.neon.dist

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,10 @@ parameters:
1818
message: '#has no return type(hint)? specified#'
1919
paths:
2020
- tests
21-
- '#Access to an undefined property App\\Models\\.+::\$pivot.$#'
2221
- '#Access to undefined constant Illuminate\\Http\\Request::#'
2322
- '#Call to an undefined method Faker\\Generator::#'
2423
- '#Call to an undefined method Illuminate\\Contracts\\Auth\\Guard::#'
2524
- '#Call to an undefined method Illuminate\\Http\\Request::#'
26-
- '#Call to an undefined static method Illuminate\\Support\\Arr::#'
27-
- '#Call to an undefined static method Illuminate\\Support\\Facades\\#'
28-
- '#Call to an undefined static method Illuminate\\Support\\Js::#'
29-
- '#Call to an undefined static method Illuminate\\Support\\Str::#'
3025
- '#expects Symfony\\Component\\HttpFoundation\\Request, Illuminate\\Http\\Request given#'
3126
- '#expects Symfony\\Component\\HttpFoundation\\Response, Illuminate\\Http\\Response given#'
3227

0 commit comments

Comments
 (0)