File: phpstan.neon

package info (click to toggle)
php-phpstan-phpdoc-parser 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,496 kB
  • sloc: php: 21,857; makefile: 50; xml: 42; sh: 17
file content (16 lines) | stat: -rw-r--r-- 311 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
includes:
	- phpstan-baseline.neon

parameters:
	paths:
		- src
		- tests
	excludePaths:
		- tests/PHPStan/*/data/*
		- tests/PHPStan/Parser/Doctrine/ApiResource.php
	level: 8
	ignoreErrors:
		- '#^Dynamic call to static method PHPUnit\\Framework\\Assert#'
		-
			identifier: return.unusedType
			path: tests/*