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-10 17:33:21 +0300
committerGitHub <noreply@github.com>2022-04-10 17:33:21 +0300
commit88ae2a20442ac5342673171cd98270dd6dea4bab (patch)
treef44c4eeefdfd81e7a2f31620c97c37ce028a3633 /psalm-baseline.xml
parent76899acb658481a16dd52ba4bc77ab2e6cb43d85 (diff)
parent4dabcf00ed6e5dad0cbdb3f400f0bbfe7d059a2e (diff)
Merge pull request #17380 from kamil-tekiela/Microoptimizations-for-exportSQL
Refactor ExportSql::exportData()
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml13
1 files changed, 5 insertions, 8 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 2b8e09630b..d51724138f 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -5733,9 +5733,6 @@
</PossiblyNullReference>
</file>
<file src="libraries/classes/DatabaseInterface.php">
- <DocblockTypeContradiction occurrences="1">
- <code>$this-&gt;extension === null</code>
- </DocblockTypeContradiction>
<EmptyArrayAccess occurrences="1">
<code>$resultTarget[]</code>
</EmptyArrayAccess>
@@ -10017,8 +10014,10 @@
<code>$oneKey['ref_index_list'][$index]</code>
<code>$values[$val]</code>
</MixedArrayOffset>
- <MixedAssignment occurrences="37">
- <code>$GLOBALS['current_row']</code>
+ <MixedArrayTypeCoercion occurrences="1">
+ <code>$row[$j]</code>
+ </MixedArrayTypeCoercion>
+ <MixedAssignment occurrences="36">
<code>$GLOBALS['sql_auto_increments']</code>
<code>$GLOBALS['sql_backquotes']</code>
<code>$GLOBALS['sql_backquotes']</code>
@@ -10125,9 +10124,7 @@
<PropertyTypeCoercion occurrences="1">
<code>$field-&gt;key-&gt;columns</code>
</PropertyTypeCoercion>
- <RedundantCastGivenDocblockType occurrences="3">
- <code>(int) $fieldsMeta[$j]-&gt;length</code>
- <code>(string) $createQuery</code>
+ <RedundantCastGivenDocblockType occurrences="1">
<code>(string) $table</code>
</RedundantCastGivenDocblockType>
<RedundantCondition occurrences="1">