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:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2022-11-05 23:24:18 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-11-05 23:24:18 +0300
commit0f2ff29d9d8b6f7047ffce74dbc7fb6eb5cf8703 (patch)
tree35fa0104276a6159846429ad4283bf46b0451f5b /phpstan-baseline.neon
parentdb75ac370d6673c11bb42154136380a4f9afd328 (diff)
Remove tracking's selection_* global variables
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'phpstan-baseline.neon')
-rw-r--r--phpstan-baseline.neon5
1 files changed, 5 insertions, 0 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index f65a202c77..a6e6dfd141 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -11336,6 +11336,11 @@ parameters:
path: test/classes/TrackerTest.php
-
+ message: "#^Parameter \\#3 \\$logType of method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForTrackingReport\\(\\) expects 'data'\\|'schema'\\|'schema_and_data', 'logtype' given\\.$#"
+ count: 1
+ path: test/classes/TrackingTest.php
+
+ -
message: "#^Method PhpMyAdmin\\\\Tests\\\\TransformationsTest\\:\\:fixupData\\(\\) return type has no value type specified in iterable type array\\.$#"
count: 1
path: test/classes/TransformationsTest.php