Skip to content

Commit

Permalink
Mention --ignore-unknown-functions in CLI --help (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal committed Jul 9, 2024
1 parent 9252ee5 commit abd8367
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class Initializer
(or use --config for better granularity)
--ignore-unknown-classes Ignore all non-autoloadable classes
--ignore-unknown-functions Ignore all undefined functions
--ignore-unused-deps Ignore all unused dependency issues
--ignore-shadow-deps Ignore all shadow dependency issues
--ignore-dev-in-prod-deps Ignore all dev dependency in production code issues
Expand Down

0 comments on commit abd8367

Please sign in to comment.