Skip to content

Commit

Permalink
Fix: Ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed May 2, 2019
1 parent fc825f6 commit 7979411
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ parameters:
- PHPStan\Testing\RuleTestCase
excludes_analyse:
- %currentWorkingDirectory%/test/Fixture/
ignoreErrors:
- '#Language construct isset\(\) should not be used.#'
paths:
- src
- test
Expand Down

0 comments on commit 7979411

Please sign in to comment.