Skip to content

Commit

Permalink
fix stan
Browse files Browse the repository at this point in the history
  • Loading branch information
mrceperka committed Oct 24, 2022
1 parent c5852f9 commit d974449
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,10 @@ parameters:
-
message: '~Call to an undefined method .+::children\(\)\.~'
path: "src/Bridges/SymfonyBundle/DependencyInjection/Configuration.php"
-
message: '~Class BackedEnum not found\.~'
path: "src/SqlProcessor.php"
-
message: '~Access to property \$value on an unknown class BackedEnum\.~'
path: "src/SqlProcessor.php"

0 comments on commit d974449

Please sign in to comment.