Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Jun 16, 2019
1 parent c8ec711 commit 683f2e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions static/phpstan.neon.dist.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ includes:
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
parameters:
ignoreErrors:
- message: '/Constant XDEBUG_FILTER_CODE_COVERAGE not found./'
-
message: '/Constant XDEBUG_FILTER_CODE_COVERAGE not found./'
path: %currentWorkingDirectory%/tests/phpunit-xdebug-coverage.php
- message: '/Constant XDEBUG_PATH_WHITELIST not found./'
-
message: '/Constant XDEBUG_PATH_WHITELIST not found./'
path: %currentWorkingDirectory%/tests/phpunit-xdebug-coverage.php
reportStaticMethodSignatures: true
tmpDir: %rootDir%/tmp

0 comments on commit 683f2e8

Please sign in to comment.