Skip to content

Commit

Permalink
Update psalm baseline
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Khudiakov <aleksey@xerkus.pro>
  • Loading branch information
Xerkus committed Jan 18, 2024
1 parent b2d0fd9 commit 2c0140b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"laminas/laminas-coding-standard": "~2.5.0",
"phpunit/phpunit": "^9.5.26",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.16"
"vimeo/psalm": "^5.19"
},
"suggest": {
"aist/aist-git-tools": "Show you information about current GIT repository",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 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.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<files psalm-version="5.19.1@b9583493b08eb36259c0f6b746a787c4c9b3ac45">
<file src="src/Collector/AbstractCollector.php">
<MethodSignatureMustProvideReturnType>
<code>serialize</code>
Expand Down Expand Up @@ -253,9 +253,6 @@
<code>$controller</code>
<code><![CDATA[$this->data['action']]]></code>
</MixedArgument>
<MixedArrayAssignment>
<code>$views[]</code>
</MixedArrayAssignment>
<MixedAssignment>
<code>$controller</code>
<code>$var</code>
Expand Down

0 comments on commit 2c0140b

Please sign in to comment.