Subversion Repositories fileformats

Compare Revisions

No changes between revisions

Regard whitespace Rev 11 → Rev 12

/trunk/phpstan.neon.dist
0,0 → 1,15
parameters:
level: 5
fileExtensions:
- php
- phps
paths:
- .
excludePaths:
analyseAndScan:
- .phpstan.tmp
tmpDir: .phpstan.tmp
ignoreErrors:
#- '#is always (true|false)\.#'
#- '#Call to function assert\(\) with false will always evaluate to false\.#'
#- '#with no typehint specified\.#'
/trunk/.
Property changes:
Added: svn:ignore
+.phpstan.tmp
+