Subversion Repositories yt_downloader

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12 daniel-mar 1
 
2
# Attention: Before running PHPstan, run "ln -s ytdwn ytdwn.php"
3
 
4
parameters:
5
	level: 5
6
	fileExtensions:
7
		- php
8
		- phps
9
	paths:
10
		- .
11
	excludePaths:
12
		analyseAndScan:
13
			- .phpstan.tmp
14
	tmpDir: .phpstan.tmp
15
	ignoreErrors:
16
		- '#is always (true|false)\.#'
17
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
		#- '#with no typehint specified\.#'