Skip to content

Commit 717d0d5

Browse files
Fixes ignore trait pattern
1 parent b0a2156 commit 717d0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan.neon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
parameters:
22
ignoreErrors:
3-
- '#Trait Laragear\\Meta\BootHelpers is used zero times and is not analysed\.#'
3+
- '#Trait Laragear\\Meta\\BootHelpers is used zero times and is not analysed\.#'
44
- '#Trait Laragear\\Meta\\Console\\Commands\\WithEnvironmentFile is used zero times and is not analysed\.#'
55
- '#Trait Laragear\\Meta\\Database\\Eloquent\\ExtendsBuilder is used zero times and is not analysed\.#'

0 commit comments

Comments
 (0)