Skip to content

Commit

Permalink
Merge pull request #675 from ergebnis/feature/psalm
Browse files Browse the repository at this point in the history
Enhancement: Update vimeo/psalm and psalm/plugin-phpunit
  • Loading branch information
ergebnis-bot authored Feb 1, 2021
2 parents 961283d + ce001df commit ea3eb2d
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 81 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"phpstan/phpstan-phpunit": "~0.12.17",
"phpstan/phpstan-strict-rules": "~0.12.9",
"phpunit/phpunit": "^8.5.14",
"psalm/plugin-phpunit": "~0.12.2",
"psalm/plugin-phpunit": "~0.15.0",
"symfony/filesystem": "^5.1.8",
"vimeo/psalm": "^3.18.2"
"vimeo/psalm": "^4.4.1"
},
"config": {
"platform": {
Expand Down
111 changes: 38 additions & 73 deletions composer.lock

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

13 changes: 7 additions & 6 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<file src="src/Application.php">
<PropertyNotSetInConstructor occurrences="1">
<code>Application</code>
</PropertyNotSetInConstructor>
</file>
<files psalm-version="4.4.1@9fd7a7d885b3a216cff8dec9d8c21a132f275224">
<file src="src/Command/NormalizeCommand.php">
<MissingPropertyType occurrences="4">
<code>$differ</code>
Expand Down Expand Up @@ -56,6 +51,12 @@
<code>$composerFile</code>
<code>$composerFile</code>
</PossiblyInvalidArgument>
<PossiblyInvalidCast occurrences="4">
<code>$composerFile</code>
<code>$composerFile</code>
<code>$composerFile</code>
<code>$composerFile</code>
</PossiblyInvalidCast>
</file>
<file src="test/Integration/Command/NormalizeCommand/AbstractTestCase.php">
<MixedArrayAccess occurrences="1">
Expand Down

0 comments on commit ea3eb2d

Please sign in to comment.