Skip to content

Commit

Permalink
Merge pull request #118 from WyriHaximus/fix
Browse files Browse the repository at this point in the history
Fix several issues in the wrapper config
  • Loading branch information
WyriHaximus committed Apr 6, 2024
2 parents 04a5962 + 6a1536b commit 74e00e4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions wrapper.neon
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
includes:
- ../../ergebnis/phpstan-rules/rules.neon
- ../../jangregor/phpstan-prophecy/extension.neon
- ../../pepakriz/phpstan-exception-rules/extension.neon
- ../../phpstan/phpstan-deprecation-rules/rules.neon
- ../../phpstan/phpstan-mockery/extension.neon
- ../../phpstan/phpstan-phpunit/rules.neon
- ../../phpstan/phpstan-phpunit/extension.neon
- ../../jangregor/phpstan-prophecy/extension.neon
- ../../ergebnis/phpstan-rules/rules.neon
- ../../phpstan/phpstan-strict-rules/rules.neon
- ../../phpstan/phpstan-deprecation-rules/rules.neon
- ../../thecodingmachine/phpstan-safe-rule/phpstan-safe-rule.neon
- ../../thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon

0 comments on commit 74e00e4

Please sign in to comment.