File: phpstan-baseline-7x.neon

package info (click to toggle)
icingaweb2-module-cube 1.3.3-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,020 kB
  • sloc: php: 2,775; sh: 54; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 743 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
parameters:
	ignoreErrors:
		-
			message: "#^Method Icinga\\\\Module\\\\Cube\\\\Ido\\\\IdoHostStatusCube\\:\\:listAvailableDimensions\\(\\) should return array but returns array\\<string, string\\>\\|false\\.$#"
			count: 1
			path: library/Cube/Ido/IdoHostStatusCube.php

		-
			message: "#^Method Icinga\\\\Module\\\\Cube\\\\Ido\\\\IdoServiceStatusCube\\:\\:listAvailableDimensions\\(\\) should return array but returns array\\<string, string\\>\\|false\\.$#"
			count: 1
			path: library/Cube/Ido/IdoServiceStatusCube.php

		-
			message: "#^Parameter \\#1 \\$function of function call_user_func_array expects callable\\(\\)\\: mixed, array\\{Zend_Db_Select, string\\} given\\.$#"
			count: 1
			path: library/Cube/Ido/ZfSelectWrapper.php