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-19 04:37:42 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-19 04:57:44 +0300
commit9931600c4d240026d9f4613d1f2567b991f2af95 (patch)
tree2c8305bb5236d76a34a056c0eb9da8a599588760 /psalm-baseline.xml
parent4c55ff0ec48281cd86133309e29260ac11a4d30b (diff)
Fix coding standard issues
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml11
1 files changed, 9 insertions, 2 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index e70db31d94..d0b424fbe9 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -3869,15 +3869,17 @@
</RedundantCondition>
</file>
<file src="libraries/classes/Controllers/Table/SearchController.php">
- <MixedArgument occurrences="11">
+ <MixedArgument occurrences="13">
<code>$_POST['column']</code>
<code>$_POST['db']</code>
<code>$_POST['table']</code>
<code>$_POST['where_clause']</code>
<code>$_POST['where_clause_sign']</code>
+ <code>$foreignData['foreign_field']</code>
<code>$selected_operator</code>
<code>$this-&gt;columnNames[$column_index]</code>
<code>$this-&gt;columnNames[$column_index]</code>
+ <code>$this-&gt;columnNames[$column_index]</code>
<code>$this-&gt;columnNullFlags[$column_index]</code>
<code>$this-&gt;originalColumnTypes[$column_index]</code>
<code>$type</code>
@@ -4309,18 +4311,23 @@
</MixedAssignment>
</file>
<file src="libraries/classes/Controllers/Table/ZoomSearchController.php">
- <MixedArgument occurrences="16">
+ <MixedArgument occurrences="21">
<code>$_POST['db']</code>
<code>$_POST['table']</code>
<code>$_POST['where_clause']</code>
<code>$_POST['where_clause_sign']</code>
<code>$columnName</code>
+ <code>$columnName</code>
+ <code>$columnName</code>
<code>$dataLabel</code>
<code>$dataLabel</code>
+ <code>$foreignData['foreign_field']</code>
+ <code>$foreignData['foreign_field']</code>
<code>$properties['type']</code>
<code>$selected_operator</code>
<code>$this-&gt;columnNames[$column_index]</code>
<code>$this-&gt;columnNames[$column_index]</code>
+ <code>$this-&gt;columnNames[$column_index]</code>
<code>$this-&gt;columnNullFlags[$column_index]</code>
<code>$this-&gt;originalColumnTypes[$column_index]</code>
<code>$type</code>