Skip to content

Commit

Permalink
Merge pull request #89 from ergebnis/dependabot/composer/psalm/plugin…
Browse files Browse the repository at this point in the history
…-phpunit-0.19.0

composer(deps-dev): Bump psalm/plugin-phpunit from 0.18.4 to 0.19.0
  • Loading branch information
localheinz committed May 8, 2024
2 parents b8b6762 + 991ed57 commit cbc9d69
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"ergebnis/phpunit-slow-test-detector": "^2.14.0",
"infection/infection": "~0.26.6",
"phpunit/phpunit": "^9.6.19",
"psalm/plugin-phpunit": "~0.18.4",
"psalm/plugin-phpunit": "~0.19.0",
"vimeo/psalm": "^5.24.0"
},
"autoload": {
Expand Down
30 changes: 15 additions & 15 deletions composer.lock

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

22 changes: 11 additions & 11 deletions psalm-baseline.xml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.20.0@3f284e96c9d9be6fe6b15c79416e1d1903dcfef4">
<files psalm-version="5.24.0@462c80e31c34e58cc4f750c656be3927e80e550e">
<file src="src/Arrays/SortAssociativeArrayByKeyRector.php">
<PossiblyUnusedMethod>
<code>__construct</code>
<code><![CDATA[__construct]]></code>
</PossiblyUnusedMethod>
<PropertyNotSetInConstructor>
<code>SortAssociativeArrayByKeyRector</code>
<code>SortAssociativeArrayByKeyRector</code>
<code>SortAssociativeArrayByKeyRector</code>
<code>SortAssociativeArrayByKeyRector</code>
<code>SortAssociativeArrayByKeyRector</code>
<code>SortAssociativeArrayByKeyRector</code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
<code><![CDATA[SortAssociativeArrayByKeyRector]]></code>
</PropertyNotSetInConstructor>
</file>
<file src="test/Unit/Arrays/SortAssociativeArrayByKeyRectorTest.php">
<MixedInferredReturnType>
<code>iterable</code>
</MixedInferredReturnType>
<MixedReturnStatement>
<code><![CDATA[iterable]]></code>
</MixedReturnStatement>
</file>
</files>

0 comments on commit cbc9d69

Please sign in to comment.