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-05-11 21:07:07 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-11 21:07:07 +0300
commit4750e0f234e624d75245cc195b9b56517320fbeb (patch)
tree6e6ef6aaf1f7cf13ece69b00e31082ec49dce52b /psalm-baseline.xml
parent7f22369812578194bd241a96b601258f04831d1d (diff)
parent1c7aab1a4d0adc1a68b0de3c5c76d9725c4c3c5f (diff)
Merge branch 'QA_5_2'
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 2c0dc1ee49..e70db31d94 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -6350,9 +6350,8 @@
<PossiblyNullArrayAccess occurrences="1">
<code>$firstStatement-&gt;order[$key]</code>
</PossiblyNullArrayAccess>
- <PossiblyNullOperand occurrences="2">
+ <PossiblyNullOperand occurrences="1">
<code>$dispval</code>
- <code>$this-&gt;getSortedColumnMessage($dtResult, $sortExpressionNoDirection[$i])</code>
</PossiblyNullOperand>
<RedundantCast occurrences="3">
<code>(int) $GLOBALS['cfg']['LimitChars']</code>