Subversion Repositories vnag

Compare Revisions

Regard whitespace Rev 28 → Rev 29

/trunk/phpstan.neon.dist
0,0 → 1,14
parameters:
level: 5
paths:
- .
excludePaths:
analyse:
# Symlinks:
- plugins/*/vnag_framework.inc.php
- plugins_intern/*/vnag_framework.inc.php
analyseAndScan:
- _mock
ignoreErrors:
- '#is always (true|false)\.#'
- '#Call to function assert\(\) with false will always evaluate to false\.#'