Enable checkUninitializedProperties
Signed-off-by: Kamil Tekiela <tekiela246@gmail.com>
This commit is contained in:
parent
f85b88d1e1
commit
e41cfea7e5
@ -7955,6 +7955,11 @@ parameters:
|
||||
count: 1
|
||||
path: libraries/classes/Server/Privileges.php
|
||||
|
||||
-
|
||||
message: "#^Access to an uninitialized property PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:\\$replicationInfo\\.$#"
|
||||
count: 2
|
||||
path: libraries/classes/Server/Status/Data.php
|
||||
|
||||
-
|
||||
message: "#^Method PhpMyAdmin\\\\Server\\\\Status\\\\Data\\:\\:calculateValues\\(\\) has parameter \\$server_status with no value type specified in iterable type array\\.$#"
|
||||
count: 1
|
||||
|
||||
@ -32,3 +32,4 @@ parameters:
|
||||
checkBenevolentUnionTypes: true
|
||||
checkAlwaysTrueCheckTypeFunctionCall: true
|
||||
checkAlwaysTrueStrictComparison: true
|
||||
checkUninitializedProperties: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user