diff options
-rw-r--r-- | build/psalm-baseline.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/build/psalm-baseline.xml b/build/psalm-baseline.xml index f7337a0d59c..c3de82e144b 100644 --- a/build/psalm-baseline.xml +++ b/build/psalm-baseline.xml @@ -2514,9 +2514,6 @@ <code>$this->manager->isUserScopeEnabled() ? 'workflow' : null</code> </NullableReturnStatement> </file> - <file src="core/Command/App/CheckCode.php"> - <InvalidScalarArgument occurrences="1"/> - </file> <file src="core/Command/App/GetPath.php"> <ImplementedReturnTypeMismatch occurrences="1"> <code>null|int</code> @@ -2830,17 +2827,6 @@ <code>fetch</code> </TooManyArguments> </file> - <file src="lib/private/App/CodeChecker/MigrationSchemaChecker.php"> - <InvalidPropertyAssignmentValue occurrences="2"> - <code>$this->tableVariableNames</code> - <code>$this->tableVariableNames</code> - </InvalidPropertyAssignmentValue> - </file> - <file src="lib/private/App/CodeChecker/NodeVisitor.php"> - <ImplicitToStringCast occurrences="1"> - <code>$node->alias</code> - </ImplicitToStringCast> - </file> <file src="lib/private/App/DependencyAnalyzer.php"> <InvalidNullableReturnType occurrences="1"> <code>bool</code> |