Skip to content

Commit

Permalink
Merge pull request #94 from marcosh/psalm-4
Browse files Browse the repository at this point in the history
Psalm 4
  • Loading branch information
Ocramius authored Oct 20, 2020
2 parents ffe36a5 + 11498a3 commit 9721483
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"ext-json": "*",
"composer-plugin-api": "^2.0.0",
"ocramius/package-versions": "^1.9.0",
"vimeo/psalm": "^3.13.1"
"vimeo/psalm": "^4.0.1"
},
"require-dev": {
"composer/composer": "^2.0.0@alpha",
Expand Down
86 changes: 64 additions & 22 deletions composer.lock

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

10 changes: 10 additions & 0 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,15 @@
<file name="test/unit/Composer/PackageAutoloadTest.php" />
</errorLevel>
</ArgumentTypeCoercion>
<OverriddenMethodAccess>
<errorLevel type="suppress">
<file name="src/Psalm/Configuration.php"/>
</errorLevel>
</OverriddenMethodAccess>
<ConstructorSignatureMismatch>
<errorLevel type="suppress">
<file name="src/Psalm/Configuration.php"/>
</errorLevel>
</ConstructorSignatureMismatch>
</issueHandlers>
</psalm>

0 comments on commit 9721483

Please sign in to comment.