Subversion Repositories yt_downloader

Compare Revisions

Regard whitespace Rev 11 → Rev 12

/trunk/phpstan.neon.dist
0,0 → 1,18
 
# Attention: Before running PHPstan, run "ln -s ytdwn ytdwn.php"
 
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\.#'