Skip to content

Commit

Permalink
Update PHPStan ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Oct 2, 2024
1 parent 83f58e6 commit 7c8790b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ parameters:
- '#Argument of an invalid type mixed supplied for foreach, only iterables are supported\.#'
- '#Call to an undefined method App\\Models\\Payment\|Illuminate\\Database\\Eloquent\\Collection<int, App\\Models\\Payment>::getSquareOrderState\(\)\.#'
- '#Call to an undefined method Illuminate\\Http\\Request::model\(\)\.#'
- '#Call to an undefined method Laravel\\Nova\\Actions\\Action\|Laravel\\Nova\\Actions\\ActionResponse::withMessage\(\)\.#'
- '#Call to an undefined method Laravel\\Nova\\Actions\\Action\|Laravel\\Nova\\Actions\\ActionResponse::withoutConfirmation\(\)\.#'
- '#Call to an undefined method Laravel\\Nova\\Actions\\ActionResponse\|static\(App\\Nova\\Actions\\[a-zA-Z0-9]+\)::withMessage\(\)\.#'
- '#Cannot access offset ''[a-z]+'' on mixed\.#'
- '#Cannot access offset [0-9]+ on mixed\.#'
- '#Cannot access property \$[a-z]+ on Illuminate\\Support\\Carbon\|null\.#'
Expand Down

0 comments on commit 7c8790b

Please sign in to comment.