Skip to content

Commit

Permalink
chore: Exclude HasPatterns from phpinsights.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rudashi committed Jul 27, 2024
1 parent b2d085c commit d52459c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpinsights.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
UnusedParameterSniff::class => [
'exclude' => [
'src/FluentBuilder.php',
'src/Concerns/HasPatterns.php',
],
],
DeclareStrictTypesSniff::class => [
Expand Down

0 comments on commit d52459c

Please sign in to comment.