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-06-28 04:15:27 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-06-28 04:15:27 +0300
commit90d0e85a3764fb916b253b26710a6c350b10e601 (patch)
tree7446cd9d681ef743452f290161fca3d21ba6efd4 /psalm-baseline.xml
parent8806b567cdd1fa9fbbed545e2a8d2c6623993e7a (diff)
parent0f8fafb1b5cf48c46ae1518fa9cd41f83a44dca1 (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.xml15
1 files changed, 9 insertions, 6 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index c25041a698..92c909971f 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<files psalm-version="4.23.0@f1fe6ff483bf325c803df9f510d09a03fd796f88">
+<files psalm-version="4.24.0@06dd975cb55d36af80f242561738f16c5f58264f">
<file src="libraries/classes/Advisory/Advisor.php">
<MixedArgument occurrences="8">
<code>$matches[1]</code>
@@ -126,10 +126,6 @@
<code>$row</code>
<code>$row</code>
</InvalidArgument>
- <InvalidPropertyAssignmentValue occurrences="2">
- <code>self::$charsets</code>
- <code>self::$collations</code>
- </InvalidPropertyAssignmentValue>
<PossiblyNullArrayOffset occurrences="2">
<code>self::$charsets</code>
<code>self::$collations</code>
@@ -975,6 +971,9 @@
<code>$tabs</code>
<code>$tabs</code>
</PossiblyNullIterator>
+ <RedundantCastGivenDocblockType occurrences="1">
+ <code>(string) $groupName</code>
+ </RedundantCastGivenDocblockType>
</file>
<file src="libraries/classes/Console.php">
<PropertyNotSetInConstructor occurrences="1">
@@ -8495,11 +8494,12 @@
<code>$parent</code>
<code>$title</code>
</PropertyNotSetInConstructor>
- <RedundantCastGivenDocblockType occurrences="4">
+ <RedundantCastGivenDocblockType occurrences="5">
<code>(bool) $isGroup</code>
<code>(int) $pos</code>
<code>(string) $name</code>
<code>(string) $parent-&gt;name</code>
+ <code>(string) $prefix</code>
</RedundantCastGivenDocblockType>
</file>
<file src="libraries/classes/Navigation/Nodes/NodeColumn.php">
@@ -15014,6 +15014,9 @@
<MixedArrayAssignment occurrences="1">
<code>$_SESSION['debug']['queries']</code>
</MixedArrayAssignment>
+ <MixedPropertyAssignment occurrences="1">
+ <code>$object-&gt;child</code>
+ </MixedPropertyAssignment>
</file>
<file src="test/classes/Gis/GisFactoryTest.php">
<PossiblyInvalidArgument occurrences="1">