Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Sep 17, 2024
1 parent 1ad7043 commit 137dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer-dependency-analyser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@

return (new Configuration())
->addPathToExclude(__DIR__ . '/tests')
->ignoreErrorsOnPackage('setono/client-bundle', ErrorType::DEV_DEPENDENCY_IN_PROD)
->ignoreErrorsOnPackage('setono/client-bundle', [ErrorType::DEV_DEPENDENCY_IN_PROD])
;

0 comments on commit 137dab4

Please sign in to comment.