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-04-15 05:05:53 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-04-15 05:05:53 +0300
commit9f4874ad107bed4cbc9516b6e642bef11602e782 (patch)
tree479e478832116e5ac7b9be26e4af2b6d6ab2705a /psalm-baseline.xml
parent85fc3f0449fe3183c05b943f4135cad33791dffa (diff)
Fix OpenDocumentTest on Windows
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, 0 insertions, 3 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 26b02fc284..ac192149fa 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -10086,9 +10086,6 @@
<RedundantCastGivenDocblockType occurrences="1">
<code>(string) $table</code>
</RedundantCastGivenDocblockType>
- <RedundantCondition occurrences="1">
- <code>isset($sqlMaxSize)</code>
- </RedundantCondition>
<ReferenceConstraintViolation occurrences="2">
<code>return $sqlQuery;</code>
<code>return $statement-&gt;build();</code>