Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 12, 2024
1 parent 9324d46 commit 2b3dd4d
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('sylius/order', ErrorType::UNUSED_DEPENDENCY) // is used in our doctrine mapping
->ignoreErrorsOnPackage('sylius/order', [ErrorType::UNUSED_DEPENDENCY]) // is used in our doctrine mapping
;

0 comments on commit 2b3dd4d

Please sign in to comment.