Subversion Repositories php_clientchallenge

Compare Revisions

Regard whitespace Rev 4 → Rev 5

/trunk/phpstan.neon.dist
0,0 → 1,17
parameters:
level: 5
fileExtensions:
- php
- phps
paths:
- .
excludePaths:
analyseAndScan:
- .phpstan.tmp
tmpDir: .phpstan.tmp
bootstrapFiles:
- example/config.inc.php
ignoreErrors:
#- '#is always (true|false)\.#'
#- '#Call to function assert\(\) with false will always evaluate to false\.#'
#- '#with no typehint specified\.#'