Skip to content

Commit

Permalink
composer(deps): bump vimeo/psalm from 5.6.0 to 5.7.7 in /vendor-bin/p…
Browse files Browse the repository at this point in the history
…salm (#611)

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* Fix: Run 'make baseline'

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andreas Möller <am@localheinz.com>
  • Loading branch information
dependabot[bot] and localheinz committed Mar 1, 2023
1 parent 7e42442 commit b39d2ca
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 49 deletions.
29 changes: 17 additions & 12 deletions psalm.baseline.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="5.6.0@e784128902dfe01d489c4123d69918a9f3c1eac5">
<files psalm-version="5.7.7@e028ba46ba0d7f9a78bc3201c251e137383e145f">
<file src="src/Faker/Calculator/Luhn.php">
<InvalidReturnStatement>
<code>0</code>
Expand All @@ -10,7 +10,7 @@
</file>
<file src="src/Faker/Generator.php">
<InvalidReturnStatement>
<code>$this-&gt;uniqueGenerator</code>
<code><![CDATA[$this->uniqueGenerator]]></code>
<code>new ChanceGenerator($this, $weight, $default)</code>
<code>new ValidGenerator($this, $validator, $maxRetries)</code>
</InvalidReturnStatement>
Expand All @@ -27,7 +27,7 @@
</file>
<file src="src/Faker/ORM/Doctrine/EntityPopulator.php">
<UndefinedClass>
<code>$this-&gt;class</code>
<code><![CDATA[$this->class]]></code>
<code>\Doctrine\ODM\MongoDB\Mapping\ClassMetadata</code>
<code>\Doctrine\ODM\MongoDB\Mapping\ClassMetadata</code>
<code>\Doctrine\ODM\MongoDB\Mapping\ClassMetadata</code>
Expand All @@ -48,7 +48,7 @@
</file>
<file src="src/Faker/ORM/Mandango/Populator.php">
<UndefinedClass>
<code>$this-&gt;mandango</code>
<code><![CDATA[$this->mandango]]></code>
<code>Mandango</code>
</UndefinedClass>
</file>
Expand Down Expand Up @@ -106,7 +106,7 @@
</file>
<file src="src/Faker/ORM/Spot/EntityPopulator.php">
<InvalidReturnStatement>
<code>$this-&gt;mapper</code>
<code><![CDATA[$this->mapper]]></code>
</InvalidReturnStatement>
<InvalidReturnType>
<code>string</code>
Expand All @@ -120,18 +120,18 @@
</UndefinedClass>
<UndefinedDocblockClass>
<code>$locator</code>
<code>$this-&gt;mapper</code>
<code>$this-&gt;mapper</code>
<code>$this-&gt;mapper</code>
<code>$this-&gt;mapper</code>
<code>$this-&gt;mapper</code>
<code><![CDATA[$this->mapper]]></code>
<code><![CDATA[$this->mapper]]></code>
<code><![CDATA[$this->mapper]]></code>
<code><![CDATA[$this->mapper]]></code>
<code><![CDATA[$this->mapper]]></code>
<code>Locator</code>
<code>Mapper</code>
</UndefinedDocblockClass>
</file>
<file src="src/Faker/ORM/Spot/Populator.php">
<UndefinedClass>
<code>$this-&gt;locator</code>
<code><![CDATA[$this->locator]]></code>
<code>Locator</code>
</UndefinedClass>
<UndefinedDocblockClass>
Expand All @@ -140,7 +140,7 @@
</file>
<file src="src/Faker/Provider/Base.php">
<InvalidArgument>
<code>[static::class, 'randomDigit']</code>
<code><![CDATA[[static::class, 'randomDigit']]]></code>
</InvalidArgument>
<NoValue>
<code>$array</code>
Expand All @@ -149,6 +149,11 @@
<code>Closure</code>
</UndefinedDocblockClass>
</file>
<file src="src/Faker/Provider/Biased.php">
<InvalidParamDefault>
<code>callable</code>
</InvalidParamDefault>
</file>
<file src="src/Faker/Provider/File.php">
<FalsableReturnStatement>
<code>false</code>
Expand Down
2 changes: 1 addition & 1 deletion vendor-bin/psalm/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"php": "^7.4 || ^8.0",
"vimeo/psalm": "^5.6.0"
"vimeo/psalm": "^5.7.7"
},
"config": {
"platform": {
Expand Down
73 changes: 37 additions & 36 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 b39d2ca

Please sign in to comment.