Welcome to mirror list, hosted at ThFree Co, Russian Federation.

phpstan-baseline.neon - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 562e18f0aa4d5ae0c59a779cabaed7099667b20c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
parameters:
	ignoreErrors:

#		-	
#			message: "#^Offset '[a-zA-Z0-9_]+' does not exist on array[.*].$#"
#			path: src/*
		-
			message: "#^PHPDoc tag @param references unknown parameter\\: \\$[a-zA-Z0-9_]+$#"
			path: src/*
		-
			message: "#^Access to an undefined property Psr\\\\[a-zA-Z0-9_]+\\\\[a-zA-Z0-9_]+\\:\\:\\$[a-zA-Z0-9_]+\\.$#"
			path: src/*

		-
			message: "#^Access to an undefined property PHPPgAdmin\\\\[a-zA-Z0-9_]+\\\\[a-zA-Z0-9_]+\\:\\:\\$[a-zA-Z0-9_]+\\.$#"
			path: src/*
		-
			message: "#^Result of method PHPPgAdmin\\\\[a-zA-Z0-9_]+\\\\[a-zA-Z0-9_]+\\:\\:[a-zA-Z0-9_]+\\(\\) \\(void\\) is used\\.$#"
			path: src/*

		- 
			message: "#^Call to static method br2ln\\(\\) on trait PHPPgAdmin\\Traits\\HelperTrait\\.#"
			path: src/*

		-
			message: "#^Constructor of class [a-zA-Z0-9_]+\\\\[a-zA-Z0-9_]+\\\\[a-zA-Z0-9_]+ has an unused parameter \\$[a-zA-Z0-9_]+\\.$#"
			path: src/*
		#- '#Property [^\s] has no typehint specified#'
		#- '#Call to an undefined method [a-zA-Z0-9\\_]+::expects\(\)#'
		#- '#Access to an undefined property PHPPgAdmin::\$[a-zA-Z0-9_]+#'
		#- '#Call to an undefined method PHPUnit_Framework_MockObject_MockObject::[a-zA-Z0-9_]+\(\)#'