Skip to content

Commit

Permalink
increase psalm to latest version to allow non-empty-list in `@psalm… (
Browse files Browse the repository at this point in the history
webmozarts#170)

* increase psalm to latest version to allow `non-empty-list` in `@psalm-assert`

master should be fixed now

* use latests version
  • Loading branch information
smoench authored Feb 14, 2020
1 parent 5dc9a05 commit 88356af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci/composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"require": {
"vimeo/psalm": "^3.6"
"vimeo/psalm": "^3.8.5"
}
}
1 change: 1 addition & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config ci/vendor/vimeo/psalm/config.xsd"
phpVersion="7.3"
>
<projectFiles>
<directory name="tests/static-analysis" />
Expand Down

0 comments on commit 88356af

Please sign in to comment.