Skip to content

Commit

Permalink
Update phpstan baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Aug 23, 2023
1 parent c5af9b1 commit d657b55
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
parameters:
ignoreErrors:
-
message: "#^Call to protected method getValidatorInstance\\(\\) of class Illuminate\\\\Foundation\\\\Http\\\\FormRequest\\.$#"
count: 1
path: src/FormRequest/TestFormRequest.php

-
message: "#^Call to protected method passesAuthorization\\(\\) of class Illuminate\\\\Foundation\\\\Http\\\\FormRequest\\.$#"
count: 2
path: src/FormRequest/TestFormRequest.php

-
message: "#^Cannot call method setParameter\\(\\) on Illuminate\\\\Routing\\\\Route\\|null\\.$#"
count: 1
Expand Down

0 comments on commit d657b55

Please sign in to comment.