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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Desportes <williamdes@wdes.fr>2019-06-22 15:46:17 +0300
committerWilliam Desportes <williamdes@wdes.fr>2019-06-22 15:46:31 +0300
commitd0b0ce14c15acee62cc80ca82fb1ec745b812ed0 (patch)
tree42716e21344318a6970a0fed24470dbed4f01808 /phpstan.neon.dist
parent083a46b36d6bc731db700467c24b034621d6b2da (diff)
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>
Diffstat (limited to 'phpstan.neon.dist')
-rw-r--r--phpstan.neon.dist18
1 files changed, 0 insertions, 18 deletions
diff --git a/phpstan.neon.dist b/phpstan.neon.dist
index ce90f11e03..8cdb6a9b39 100644
--- a/phpstan.neon.dist
+++ b/phpstan.neon.dist
@@ -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