Skip to content

Commit

Permalink
Remove unused psalm baseline entry (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Aug 30, 2024
1 parent edfb3da commit 6a20101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"symfony/stopwatch": "^6.4 || ^7.0",
"symfony/validator": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"vimeo/psalm": "^5.12"
"vimeo/psalm": "^5.25"
},
"conflict": {
"doctrine/data-fixtures": "<1.3"
Expand Down
8 changes: 1 addition & 7 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<files psalm-version="5.25.0@01a8eb06b9e9cc6cfb6a320bf9fb14331919d505">
<file src="config/value_resolver.php">
<UndefinedClass>
<code><![CDATA[ExpressionLanguage]]></code>
Expand All @@ -21,12 +21,6 @@
<code><![CDATA[children]]></code>
</UndefinedMethod>
</file>
<file src="tests/DocumentValueResolverFunctionalTest.php">
<InvalidArgument>
<code><![CDATA[[DocumentValueResolverController::class, 'showUserByDefault']]]></code>
<code><![CDATA[[DocumentValueResolverController::class, 'showUserWithMapping']]]></code>
</InvalidArgument>
</file>
<file src="tests/Form/Type/GuesserTestType.php">
<MissingTemplateParam>
<code><![CDATA[GuesserTestType]]></code>
Expand Down

0 comments on commit 6a20101

Please sign in to comment.