Skip to content

Commit

Permalink
Merge pull request #224 from ergebnis/dependabot/composer/vimeo/psalm…
Browse files Browse the repository at this point in the history
…-5.13.0

composer(deps-dev): Bump vimeo/psalm from 5.9.0 to 5.13.0
  • Loading branch information
localheinz committed Jun 27, 2023
2 parents a82f22d + 44b1692 commit c99e47a
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 53 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -30,7 +30,7 @@
"phpunit/phpunit": "^9.6.9",
"psalm/plugin-phpunit": "~0.18.4",
"rector/rector": "~0.17.1",
"vimeo/psalm": "^5.9.0"
"vimeo/psalm": "^5.13.0"
},
"autoload": {
"psr-4": {
Expand Down
76 changes: 39 additions & 37 deletions composer.lock

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

30 changes: 15 additions & 15 deletions psalm-baseline.xml
@@ -1,67 +1,67 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.8.0@9cf4f60a333f779ad3bc704a555920e81d4fdcda">
<files psalm-version="5.13.0@a0a9c27630bcf8301ee78cb06741d2907d8c9fef">
<file src="src/AbstractProvider.php">
<MixedAssignment>
<code>$value</code>
</MixedAssignment>
</file>
<file src="src/BoolProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/FloatProvider.php">
<InvalidOperand>
<code>-1 * \PHP_FLOAT_EPSILON</code>
</InvalidOperand>
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
<code><![CDATA[\Generator<string, array{0: float}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/IntProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
<code><![CDATA[\Generator<string, array{0: int}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/NullProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: null}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/ObjectProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: bool}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/ResourceProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: resource}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="src/StringProvider.php">
<MoreSpecificReturnType>
<MixedReturnTypeCoercion>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
<code><![CDATA[\Generator<string, array{0: string}>]]></code>
</MoreSpecificReturnType>
</MixedReturnTypeCoercion>
</file>
<file src="test/Unit/AbstractProviderTestCase.php">
<MixedAssignment>
Expand Down

0 comments on commit c99e47a

Please sign in to comment.