Subversion Repositories oidplus

Rev

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

Rev 597 Rev 601
Line 13... Line 13...
13
		- includes/oidplus.inc.php
13
		- includes/oidplus.inc.php
14
		- includes/classes/http_class.class.php
14
		- includes/classes/http_class.class.php
15
	ignoreErrors:
15
	ignoreErrors:
16
		- '#is always (true|false)\.#'
16
		- '#is always (true|false)\.#'
17
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
17
		- '#Call to function assert\(\) with false will always evaluate to false\.#'
18
 
-
 
19
# Bugs in PHPStan:
-
 
20
# - "Strict comparison using === between *NEVER* and 'TB' will always evaluate to false."
-
 
21
#   https://github.com/phpstan/phpstan/issues/5062
18
		- '#with no typehint specified\.#'
22
# - Wrong signatures of gmp_div, odbc_exec and unregister_tick_function
-
 
23
#   https://github.com/phpstan/phpstan-src/pull/533
-