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-08-20 21:52:06 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2022-08-20 21:52:06 +0300
commitd7e1dd7206a139869dbd4f3706fddb43053ffe0e (patch)
tree5331b27a1662c2add1f92018b3cf1f92a237c034 /psalm-baseline.xml
parent84f6b137a6338fe5a7e5d3ded2b8d18758f63f49 (diff)
Extract Console dependencies from constructor
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'psalm-baseline.xml')
-rw-r--r--psalm-baseline.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 43f54debce..5cf4c590a0 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -975,11 +975,6 @@
<code>(string) $groupName</code>
</RedundantCastGivenDocblockType>
</file>
- <file src="libraries/classes/Console.php">
- <PropertyNotSetInConstructor occurrences="1">
- <code>$isAjax</code>
- </PropertyNotSetInConstructor>
- </file>
<file src="libraries/classes/Controllers/AbstractController.php">
<MixedArgumentTypeCoercion occurrences="1">
<code>$params</code>