File: phpstan-baseline.neon

package info (click to toggle)
php-composer-class-map-generator 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 3,672 kB
  • sloc: php: 4,271; makefile: 20
file content (16 lines) | stat: -rw-r--r-- 696 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
	ignoreErrors:
		-
			message: "#^Method Composer\\\\ClassMapGenerator\\\\PhpFileParser\\:\\:findClasses\\(\\) should return array\\<int, class\\-string\\> but returns array\\<int, string\\>\\.$#"
			count: 1
			path: src/PhpFileParser.php

		-
			message: "#^Call to static method PHPUnit\\\\Framework\\\\Assert\\:\\:assertArrayHasKey\\(\\) with 'A' and array\\<class\\-string, array\\<non\\-empty\\-string\\>\\> will always evaluate to false\\.$#"
			count: 1
			path: tests/ClassMapGeneratorTest.php

		-
			message: "#^Offset 'A' does not exist on non\\-empty\\-array\\<class\\-string, array\\<non\\-empty\\-string\\>\\>\\.$#"
			count: 4
			path: tests/ClassMapGeneratorTest.php