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-20 20:48:45 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-05-20 20:48:45 +0300
commita4f8c188088183c51f3389695d96ab5b19294fb1 (patch)
tree964f4a2044fa004d9e42cb3bb9fe02e22c5ed54f /psalm-baseline.xml
parent4c1c1fcc1892ed2a1381694b5944b06d328d058a (diff)
parent5dcd3765b6efe4a52e7c81c34797343e79a18626 (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, 8 insertions, 7 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index d0b424fbe9..92ce1b58cd 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -9285,6 +9285,11 @@
<InvalidReturnType occurrences="1">
<code>string</code>
</InvalidReturnType>
+ <LessSpecificReturnStatement occurrences="3">
+ <code>self::getPlugins('Export')</code>
+ <code>self::getPlugins('Import')</code>
+ <code>self::getPlugins('Schema')</code>
+ </LessSpecificReturnStatement>
<MixedArgument occurrences="14">
<code>$_GET[$opt]</code>
<code>$_REQUEST[$opt]</code>
@@ -9316,20 +9321,16 @@
<code>$val</code>
<code>$val</code>
</MixedAssignment>
- <MixedMethodCall occurrences="4">
+ <MixedMethodCall occurrences="3">
<code>getProperties</code>
<code>new $class()</code>
<code>new $class()</code>
- <code>new $class()</code>
</MixedMethodCall>
- <MixedReturnTypeCoercion occurrences="6">
+ <MoreSpecificReturnType occurrences="3">
<code>ExportPlugin[]</code>
<code>ImportPlugin[]</code>
<code>SchemaPlugin[]</code>
- <code>self::getPlugins('Export')</code>
- <code>self::getPlugins('Import')</code>
- <code>self::getPlugins('Schema')</code>
- </MixedReturnTypeCoercion>
+ </MoreSpecificReturnType>
<PossiblyInvalidArgument occurrences="2">
<code>$val</code>
<code>$val</code>