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-02-25 20:11:43 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-07-22 23:16:09 +0300
commit38564b5477c36c29eebb282eb56fce088ca3e4ae (patch)
tree7eeab4d15812eceeb7c0a8b8a93eeb746d3acc61 /psalm-baseline.xml
parentee744a6fd570222938ffdbed4b626ea6aa552240 (diff)
Check if db and table are strings in RecentFavoriteController
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 19d34b1304..3528e6a840 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -3556,12 +3556,6 @@
</MixedArgument>
</file>
<file src="libraries/classes/Controllers/Table/RecentFavoriteController.php">
- <MixedArgument occurrences="4">
- <code>$_REQUEST['db']</code>
- <code>$_REQUEST['db']</code>
- <code>$_REQUEST['table']</code>
- <code>$_REQUEST['table']</code>
- </MixedArgument>
<PossiblyNullReference occurrences="1">
<code>get</code>
</PossiblyNullReference>