Remove some excluded patterns from phpstan config
This commit needs to be reverted when level=3 is completed Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
083a46b36d
commit
d0b0ce14c1
@ -46,24 +46,6 @@ parameters:
|
||||
-
|
||||
message: '#Undefined variable: \$db_is_system_schema#'
|
||||
path: %currentWorkingDirectory%/libraries/classes/Controllers/Table/StructureController.php
|
||||
-
|
||||
message: '#Offset 0 does not exist on array\(\)#'
|
||||
path: %currentWorkingDirectory%/libraries/classes/Plugins/Transformations/Abs/ExternalTransformationsPlugin.php
|
||||
-
|
||||
message: "#Offset '(Servers|DefaultTabTable|DefaultTabDatabase)' does not exist on array#"
|
||||
path: %currentWorkingDirectory%/libraries/classes/Config.php
|
||||
-
|
||||
message: '#Invalid array key type object#'
|
||||
path: %currentWorkingDirectory%/libraries/classes/Dbi/DbiDummy.php
|
||||
-
|
||||
message: '#Parameter \#(1|2) \$mysqli \(mysqli\) of method PhpMyAdmin\\Dbi\\DbiMysqli::[a-zA-Z]+\(\) should be compatible with parameter \$link \(resource\) of method PhpMyAdmin\\Dbi\\DbiExtension::#'
|
||||
path: %currentWorkingDirectory%/libraries/classes/Dbi/DbiMysqli.php
|
||||
-
|
||||
message: '#Return type \(string\) of method PhpMyAdmin\\Dbi\\DbiMysqli::getProtoInfo\(\)#'
|
||||
path: %currentWorkingDirectory%/libraries/classes/Dbi/DbiMysqli.php
|
||||
-
|
||||
message: '#Property PhpMyAdmin\\Tests\\Selenium\\TestBase::\$_mysqli \(mysqli\) does not accept null#'
|
||||
path: %currentWorkingDirectory%/test/selenium/TestBase.php
|
||||
excludes_analyse:
|
||||
- %rootDir%/../../../test/EnvironmentTest.php
|
||||
- %rootDir%/../../../test/libraries/FilesTest.php
|
||||
|
||||
Loading…
Reference in New Issue
Block a user