Skip to content

Commit

Permalink
remove other ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mjauvin committed Jul 3, 2024
1 parent 6e9eaa3 commit 9bd2080
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ parameters:
- "#^Call to an undefined method Illuminate\\\\Database\\\\Query\\\\Builder::lists\\(\\)\\.$#"
- "#^Call to an undefined method Winter\\\\Storm\\\\Database\\\\Relations\\\\(Attach|(Belongs|Morph)To)(One|Many)::(flushDuplicateCache|getRelationExistenceQueryForSelfJoin)\\(\\)\\.$#"
- "#^Call to private method .+ of parent class Illuminate\\\\Database\\\\Eloquent\\\\Relations\\\\(Has|Morph)(One|Many)\\<Illuminate\\\\Database\\\\Eloquent\\\\Model\\>\\.$#"
- "#^If condition is always true\\.$#"
path: src/Database/Relations/*.php

-
Expand Down Expand Up @@ -127,11 +126,6 @@ parameters:
- "#^Return type \\(void\\) of method Winter\\\\Storm\\\\Support\\\\Testing\\\\Fakes\\\\MailFake::send\\(\\) should be compatible with return type \\(Illuminate\\\\Mail\\\\SentMessage\\|null\\) of method Illuminate\\\\Contracts\\\\Mail\\\\Mailer::send\\(\\)$#"
path: src/Support/Testing/Fakes/MailFake.php

-
message: "#^Call to function is_null\\(\\) with Closure will always evaluate to false\\.$#"
count: 1
path: src/Validation/Factory.php

-
message: "#^Call to an undefined method Illuminate\\\\Routing\\\\Router\\:\\:before\\(\\)\\.$#"
count: 1
Expand Down

0 comments on commit 9bd2080

Please sign in to comment.