Skip to content

Commit

Permalink
fix: PHPStan failing
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypkhantc committed Apr 25, 2024
1 parent 66847d5 commit 36ccd74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ parameters:
- tests

ignoreErrors:
- '#Anonymous function should return Illuminate\\Database\\Eloquent\\Collection but returns Illuminate\\Support\\Collection<\(int\|string\), Illuminate\\Database\\Eloquent\\Model>.#'
-
message: '#Method Tests\\.*Test::.* (has parameter|return type) .* (does not specify its type|no value type specified).*#i'
path: '*Test.php'
Expand Down

0 comments on commit 36ccd74

Please sign in to comment.