Skip to content

Commit

Permalink
Merge pull request #683 from Aerendir/dependabot/composer/vendor-bin/…
Browse files Browse the repository at this point in the history
…phpunit/dev/vimeo/psalm-5.16.0

[PHP]: Update vimeo/psalm requirement from 5.15.0 to 5.16.0 in /vendor-bin/phpunit
  • Loading branch information
kodiakhq[bot] authored Nov 23, 2023
2 parents 3792f55 + 08a65bf commit 0134fa6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion .baseline-psalm.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="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352">
<files psalm-version="5.16.0@2897ba636551a8cb61601cc26f6ccfbba6c36591">
<file src="src/Address/Bridge/Symfony/Form/DataTransformer/AddressTransformer.php">
<MissingTemplateParam>
<code>DataTransformerInterface</code>
Expand Down Expand Up @@ -38,6 +38,9 @@
<code>getVarcharTypeDeclarationSQL</code>
<code>parent::requiresSQLCommentHint($platform)</code>
</DeprecatedMethod>
<NoValue>
<code>$value</code>
</NoValue>
</file>
<file src="src/Email/Bridge/Doctrine/EmailType.php">
<DeprecatedFunction>
Expand Down Expand Up @@ -66,6 +69,9 @@
<MissingParamType>
<code>$value</code>
</MissingParamType>
<NoValue>
<code>$value</code>
</NoValue>
</file>
<file src="src/Money/Bridge/Symfony/Form/DataTransformer/MoneyTransformer.php">
<MissingTemplateParam>
Expand Down Expand Up @@ -96,6 +102,9 @@
<MissingParamType>
<code>$value</code>
</MissingParamType>
<NoValue>
<code>$value</code>
</NoValue>
</file>
<file src="src/Uri/Uri.php">
<DeprecatedFunction>
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/phpunit/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"phpunit/phpunit": "9.6.13",
"psalm/plugin-phpunit": "0.18.4",
"symfony/phpunit-bridge": "6.3.8",
"vimeo/psalm": "5.15.0"
"vimeo/psalm": "5.16.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit 0134fa6

Please sign in to comment.