Skip to content

Commit

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

composer(deps-dev): bump vimeo/psalm from 3.14.1 to 3.14.2
  • Loading branch information
ergebnis-bot committed Aug 24, 2020
2 parents 8b7fdd6 + fa04301 commit 07b9a18
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -28,7 +28,7 @@
"phpstan/phpstan-strict-rules": "~0.12.4",
"phpunit/phpunit": "^8.5.8",
"psalm/plugin-phpunit": "~0.10.1",
"vimeo/psalm": "^3.14.1"
"vimeo/psalm": "^3.14.2"
},
"config": {
"platform": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

1 change: 0 additions & 1 deletion test/Unit/ExampleTest.php
Expand Up @@ -28,7 +28,6 @@ final class ExampleTest extends Framework\TestCase

public function testFromNameReturnsExample(): void
{
/** @var string $name */
$name = self::faker()->sentence;

$example = Example::fromName($name);
Expand Down

0 comments on commit 07b9a18

Please sign in to comment.