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-09-03 22:38:44 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-09-03 22:38:44 +0300
commit0319d34ee60b2b30a0c1096743b10fccadce7340 (patch)
treeb0c032f6012a02fd3e05687354ff1694bfcaf777 /psalm-baseline.xml
parenta3228b8d54ded7426e33e4b654724669c6aedd34 (diff)
Fix errors reported by PHPStan in test/selenium
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml24
1 files changed, 1 insertions, 23 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index cd6404002a..6121d61b2c 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -16151,21 +16151,6 @@
<code>$sqlMode</code>
</MixedReturnStatement>
</file>
- <file src="test/selenium/ExportTest.php">
- <MixedArgument occurrences="3">
- <code>$str</code>
- <code>$str</code>
- <code>$str</code>
- </MixedArgument>
- <MixedAssignment occurrences="3">
- <code>$str</code>
- <code>$str</code>
- <code>$str</code>
- </MixedAssignment>
- <MixedInferredReturnType occurrences="1">
- <code>array</code>
- </MixedInferredReturnType>
- </file>
<file src="test/selenium/TestBase.php">
<DocblockTypeContradiction occurrences="1">
<code>$this-&gt;webDriver === null</code>
@@ -16189,20 +16174,13 @@
<code>$proj</code>
<code>$this-&gt;sqlWindowHandle</code>
</MixedAssignment>
- <MixedInferredReturnType occurrences="3">
- <code>RemoteWebElement</code>
- <code>RemoteWebElement</code>
- <code>WebDriverElement</code>
- </MixedInferredReturnType>
<MixedOperand occurrences="2">
<code>$ajax_message_count</code>
<code>$proj-&gt;automation_session-&gt;public_url</code>
</MixedOperand>
- <MixedPropertyFetch occurrences="2">
- <code>$proj-&gt;automation_session</code>
+ <MixedPropertyFetch occurrences="1">
<code>$proj-&gt;automation_session-&gt;public_url</code>
</MixedPropertyFetch>
- <MixedReturnStatement occurrences="3"/>
<RedundantConditionGivenDocblockType occurrences="5">
<code>$text &amp;&amp; is_string($text)</code>
<code>$text &amp;&amp; is_string($text)</code>