Skip to content

Commit

Permalink
Merge pull request #194 from ergebnis/dependabot/composer/vimeo/psalm…
Browse files Browse the repository at this point in the history
…-3.9.3
  • Loading branch information
dependabot-preview[bot] authored Feb 19, 2020
2 parents b9b5c8f + ca87665 commit 07e755f
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 57 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 @@
"phpunit/phpunit": "^7.5.20",
"psalm/plugin-phpunit": "~0.9.0",
"psr/container": "^1.0.0",
"vimeo/psalm": "^3.8.3",
"vimeo/psalm": "^3.9.3",
"zendframework/zend-servicemanager": "^2.0.0"
},
"config": {
Expand Down
111 changes: 56 additions & 55 deletions composer.lock

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

8 changes: 7 additions & 1 deletion 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.8.1@8e54e3aa060fc490d86d0e2abbf62750516d40fd">
<files psalm-version="3.9.3@2e4154d76e24d1b4e59e6cc2bebef7790cb9e550">
<file src="src/Classes/NoExtendsRule.php">
<PropertyTypeCoercion occurrences="1"/>
</file>
Expand All @@ -13,6 +13,12 @@
<code>$node-&gt;namespacedName</code>
</UndefinedPropertyFetch>
</file>
<file src="src/Methods/NoParameterWithContainerTypeDeclarationRule.php">
<ArgumentTypeCoercion occurrences="2">
<code>$interfaceImplementedByContainer</code>
<code>$interfaceImplementedByContainer</code>
</ArgumentTypeCoercion>
</file>
<file src="test/AutoReview/TestCodeTest.php">
<ArgumentTypeCoercion occurrences="1">
<code>$className</code>
Expand Down

0 comments on commit 07e755f

Please sign in to comment.