Skip to content

Commit

Permalink
fix PhpStan build
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Apr 7, 2019
1 parent 1ca540f commit 9333347
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .phpstan.neon
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
includes:
- vendor/phpstan/phpstan-nette/extension.neon
- vendor/phpstan/phpstan-nette/rules.neon

parameters:
ignoreErrors:
-
# https://github.com/phpstan/phpstan/issues/2063
message: '/^Ternary operator condition is always true\.$/'
path: %currentWorkingDirectory%/src/LatteMacros/BaseInputMacros.php

0 comments on commit 9333347

Please sign in to comment.