Subversion Repositories vgwhois

Compare Revisions

Regard whitespace Rev 77 → Rev 78

/trunk/phpstan.neon.dist
1,7 → 1,7
parameters:
level: 5
fileExtensions:
- gu
# Attention: There are files which have no extension! Therefore, please run ./phpstan.sh which temporarily renames then to *.php
- php
- phps
paths:
15,10 → 15,9
bootstrapFiles:
- ./maintenance/qa-monitor/config.inc.php
- ./maintenance/pattern-generator/config.inc.php
#- ./maintenance/pattern-generator/rirs.inc.php
ignoreErrors:
- '#is always (true|false)\.#'
#- '#Call to function assert\(\) with false will always evaluate to false\.#'
#- '#with no typehint specified\.#'
# Bug in PHPstan: If you have function() definitions after exit(), this error comes
# Bug in PHPstan: If you have function() definitions after exit(), this error comes ( https://github.com/phpstan/phpstan/issues/4002 )
- '#Unreachable statement - code above always terminates.#'