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-06 20:25:09 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-11-06 20:25:09 +0300
commit17d9855420953ac97db5d00d689089a4c977da0e (patch)
treef08a142a93274a11f31c2523a753a3035ba4ab3e /phpstan-baseline.neon
parent4044c3bc3cb7e31c4dc7e26d99d11ab50052fd04 (diff)
Remove $_POST variables from Table\TrackingController
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, 0 insertions, 5 deletions
diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index c3f09efdde..1a89c07005 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -8486,11 +8486,6 @@ parameters:
path: libraries/classes/Tracking.php
-
- message: "#^Method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForElementsOfTrackingReport\\(\\) return type has no value type specified in iterable type array\\.$#"
- count: 1
- path: libraries/classes/Tracking.php
-
- -
message: "#^Method PhpMyAdmin\\\\Tracking\\:\\:getHtmlForIndexes\\(\\) has parameter \\$indexes with no value type specified in iterable type array\\.$#"
count: 1
path: libraries/classes/Tracking.php