Subversion Repositories simple_log_event

Compare Revisions

No changes between revisions

Regard whitespace Rev 7 → Rev 8

/trunk/phpstan.neon.dist
0,0 → 1,16
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\.#'
- '#Call to an undefined method COM::LogEvent\(\).#'
/trunk
Property changes:
Added: svn:ignore
+.phpstan.tmp
+phpstan.neon
+