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 20:52:05 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-11 20:52:05 +0300
commit1c7aab1a4d0adc1a68b0de3c5c76d9725c4c3c5f (patch)
tree044b0e90f52126dd58bac3c5e22e3c7bd6d205fa /psalm-baseline.xml
parentf2d3767e286924017c2128b8df1d5e4b7414c8b2 (diff)
Fix issue reported by Psalm
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 ebd1163a3d..a7e4431ae2 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -6017,9 +6017,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>