Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Feb 16, 2024
1 parent 4a2ba20 commit 06028e3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ parameters:
count: 1
path: src/Data/DiscoveredClass.php

-
message: "#^Casting class ReflectionType to string is deprecated\\.$#"
count: 2
path: src/Data/DiscoveredEnum.php

-
message: "#^Parameter \\$file of class Spatie\\\\StructureDiscoverer\\\\Data\\\\DiscoveredEnum constructor expects string, string\\|false given\\.$#"
count: 1
Expand All @@ -20,11 +25,6 @@ parameters:
count: 1
path: src/Data/DiscoveredTrait.php

-
message: "#^Unable to resolve the template type T in call to function Amp\\\\Promise\\\\wait$#"
count: 1
path: src/DiscoverWorkers/ParallelDiscoverWorker.php

-
message: "#^Match arm is unreachable because previous comparison is always true\\.$#"
count: 1
Expand Down

0 comments on commit 06028e3

Please sign in to comment.