Subversion Repositories oidplus

Rev

Rev 868 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 868 Rev 1138
Line 1... Line 1...
1
parameters:
1
parameters:
2
	level: 5
2
	level: 6
3
	fileExtensions:
3
	fileExtensions:
4
		- php
4
		- php
5
		- phps
5
		- phps
6
	paths:
6
	paths:
7
		- .
7
		- .
Line 17... Line 17...
17
		- includes/oidplus.inc.php
17
		- includes/oidplus.inc.php
18
	ignoreErrors:
18
	ignoreErrors:
19
		- '#is always (true|false)\.#'
19
		- '#is always (true|false)\.#'
20
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
20
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
21
		#- '#with no typehint specified\.#'
21
		#- '#with no typehint specified\.#'
-
 
22
		# Level 6:
-
 
23
		- '#Method (.+) has parameter (.+) with no value type specified in iterable type array.#'
-
 
24
		- '#Method (.+) return type has no value type specified in iterable type array.#'
-
 
25
		- '#Property (.+) type has no value type specified in iterable type array.#'
-
 
26
		- '#Method (.+) has no return type specified.#'
-
 
27
		- '#Method (.+) has parameter (.+) with no type specified.#'
-
 
28
		- '#Function (.+) has parameter (.+) with no value type specified in iterable type array.#'
-
 
29
		- '#Function (.+) has no return type specified.#'
-
 
30
		- '#Property (.+) has no type specified.#'
-
 
31
		- '#Function (.+) return type has no value type specified in iterable type array.#'
-
 
32
	
22
33