Skip to content

Commit

Permalink
Merge pull request #506 from ergebnis/dependabot/composer/psalm/plugi…
Browse files Browse the repository at this point in the history
…n-phpunit-0.16.1

composer(deps-dev): bump psalm/plugin-phpunit from 0.15.1 to 0.16.1
  • Loading branch information
localheinz committed Aug 13, 2021
2 parents 3e06f2f + c949b61 commit 5f47030
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 63 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"phpstan/phpstan-phpunit": "~0.12.22",
"phpstan/phpstan-strict-rules": "~0.12.10",
"phpunit/phpunit": "^8.5.19",
"psalm/plugin-phpunit": "~0.15.1",
"psalm/plugin-phpunit": "~0.16.1",
"vimeo/psalm": "^4.7.0"
},
"config": {
Expand Down
108 changes: 54 additions & 54 deletions composer.lock

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

13 changes: 5 additions & 8 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="3.18.2@19aa905f7c3c7350569999a93c40ae91ae4e1626">
<files psalm-version="4.9.2@00c062267d6e3229d91a1939992987e2d46f2393">
<file src="src/CallableNormalizer.php">
<MixedInferredReturnType occurrences="1">
<code>Json</code>
Expand Down Expand Up @@ -47,9 +47,6 @@
<code>$value</code>
<code>$value</code>
</MixedAssignment>
<PossiblyNullArgument occurrences="1">
<code>\get_object_vars($schema-&gt;properties)</code>
</PossiblyNullArgument>
</file>
<file src="src/Validator/SchemaValidator.php">
<MixedInferredReturnType occurrences="1">
Expand All @@ -72,17 +69,17 @@
<MixedAssignment occurrences="1">
<code>$value</code>
</MixedAssignment>
<UnusedVariable occurrences="1">
<UnusedForeachValue occurrences="1">
<code>$value</code>
</UnusedVariable>
</UnusedForeachValue>
</file>
<file src="src/Vendor/Composer/VersionConstraintNormalizer.php">
<MixedAssignment occurrences="1">
<code>$value</code>
</MixedAssignment>
<UnusedVariable occurrences="1">
<UnusedForeachValue occurrences="1">
<code>$value</code>
</UnusedVariable>
</UnusedForeachValue>
</file>
<file src="test/DataProvider/Boolean.php">
<MixedInferredReturnType occurrences="1">
Expand Down

0 comments on commit 5f47030

Please sign in to comment.