From da952c2e646613d81c589137c0ca5c765d716672 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2020 05:25:07 +0000 Subject: [PATCH 1/2] composer(deps-dev): bump vimeo/psalm from 3.14.1 to 3.14.2 Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.14.1 to 3.14.2. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/3.14.1...3.14.2) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 6a8f9b02..c4023325 100644 --- a/composer.json +++ b/composer.json @@ -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": { diff --git a/composer.lock b/composer.lock index 546e0b1a..48080dbf 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "56c543b4b63dc08ff21d83d8c253ebfa", + "content-hash": "c450d8e4b83b8c7a5bc7000009ddaf67", "packages": [], "packages-dev": [ { @@ -5433,16 +5433,16 @@ }, { "name": "vimeo/psalm", - "version": "3.14.1", + "version": "3.14.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "9822043ca46d6682b76097bfa97d7c450eef9e90" + "reference": "3538fe1955d47f6ee926c0769d71af6db08aa488" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/9822043ca46d6682b76097bfa97d7c450eef9e90", - "reference": "9822043ca46d6682b76097bfa97d7c450eef9e90", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/3538fe1955d47f6ee926c0769d71af6db08aa488", + "reference": "3538fe1955d47f6ee926c0769d71af6db08aa488", "shasum": "" }, "require": { @@ -5526,7 +5526,7 @@ "inspection", "php" ], - "time": "2020-08-17T19:48:48+00:00" + "time": "2020-08-22T14:01:26+00:00" }, { "name": "webmozart/assert", From fa043018bd4b58b52cc174fe27df988a87a37534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Mon, 24 Aug 2020 09:45:31 +0200 Subject: [PATCH 2/2] Fix: Remove unnecessary inline DocBlock --- test/Unit/ExampleTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Unit/ExampleTest.php b/test/Unit/ExampleTest.php index 5bc3423f..3b5e2d0b 100644 --- a/test/Unit/ExampleTest.php +++ b/test/Unit/ExampleTest.php @@ -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);