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 21:37:45 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-11-05 21:37:45 +0300
commit0cc6340d29bf836aa60569c3ad898b0eb52327dc (patch)
treedeff952a81b52a9cd9fa383f1b8c8228a32eb144 /psalm-baseline.xml
parent6647365c78910fb45afa4784392f23b70997534a (diff)
Fix error after #17819 merge
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 8a88ab193f..3fd1e18f79 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -4189,11 +4189,13 @@
<code>$GLOBALS['data']</code>
<code>$version</code>
</MixedArgument>
- <MixedArrayAccess occurrences="2">
+ <MixedArrayAccess occurrences="4">
<code>$GLOBALS['data']['date_from']</code>
+ <code>$GLOBALS['data']['date_from']</code>
+ <code>$GLOBALS['data']['date_to']</code>
<code>$GLOBALS['data']['date_to']</code>
</MixedArrayAccess>
- <MixedAssignment occurrences="17">
+ <MixedAssignment occurrences="19">
<code>$GLOBALS['data']</code>
<code>$GLOBALS['data']</code>
<code>$GLOBALS['entries']</code>
@@ -4205,6 +4207,8 @@
<code>$GLOBALS['selection_both']</code>
<code>$GLOBALS['selection_data']</code>
<code>$GLOBALS['selection_schema']</code>
+ <code>$_POST['date_from']</code>
+ <code>$_POST['date_to']</code>
<code>$logType</code>
<code>$reportExport</code>
<code>$selectedVersions</code>