Skip to content

Commit

Permalink
composer(deps): bump vimeo/psalm from 5.13.1 to 5.14.1 in /vendor-bin…
Browse files Browse the repository at this point in the history
…/psalm (#678)

* composer(deps): bump vimeo/psalm in /vendor-bin/psalm

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 5.13.1 to 5.14.1.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@5.13.1...5.14.1)

---
updated-dependencies:
- dependency-name: vimeo/psalm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fix: Run 'make baseline'

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Möller <[email protected]>
  • Loading branch information
dependabot[bot] and localheinz committed Aug 1, 2023
1 parent 72392f0 commit 1d21cbc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 29 deletions.
9 changes: 8 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="5.11.0@c9b192ab8400fdaf04b2b13d110575adc879aa90">
<files psalm-version="5.14.1@b9d355e0829c397b9b3b47d0c0ed042a8a70284d">
<file src="src/Faker/Calculator/Luhn.php">
<InvalidReturnStatement>
<code>0</code>
Expand Down Expand Up @@ -142,6 +142,13 @@
<file src="src/Faker/Provider/Base.php">
<InvalidArgument>
<code>[static::class, 'randomDigit']</code>
<code>static function ($matches) {
// remove backslashes (that are not followed by another backslash) because they are escape characters
$match = preg_replace('/\\\(?!\\\)/', '', $matches[1]);
$randomElement = Base::randomElement(str_split($match));
//[.] should not be a random character, but a literal .
return str_replace('.', '\.', $randomElement);
}</code>
</InvalidArgument>
<UndefinedClass>
<code>\UnitEnum</code>
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/psalm/composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"require": {
"php": "^7.4 || ^8.0",
"vimeo/psalm": "^5.13.1"
"vimeo/psalm": "^5.14.1"
},
"config": {
"platform": {
Expand Down
54 changes: 27 additions & 27 deletions vendor-bin/psalm/composer.lock

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

0 comments on commit 1d21cbc

Please sign in to comment.