From d14ba71fdc78ff2eee96f02c82d398ca3b48c877 Mon Sep 17 00:00:00 2001 From: DuttonMa Date: Thu, 2 Feb 2023 16:12:33 +0000 Subject: [PATCH] revert previous phpstan change as not needed --- composer.json | 1 - composer.lock | 14 +++++++------- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 72db282e..d223368d 100644 --- a/composer.json +++ b/composer.json @@ -178,7 +178,6 @@ "drupal/upgrade_status": "^3.18", "kint-php/kint": "^3.3", "mglaman/drupal-check": "^1.4", - "mglaman/phpstan-drupal": "1.1.27", "previousnext/phpunit-finder": "^1.0@alpha", "slevomat/coding-standard": "^7.0" }, diff --git a/composer.lock b/composer.lock index 9e0c022b..1e84fdaa 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": "58eeb313f7c28eed16109af418ab8089", + "content-hash": "c9887df09409677e48a19abb10f941b1", "packages": [ { "name": "alchemy/zippy", @@ -18021,16 +18021,16 @@ }, { "name": "mglaman/phpstan-drupal", - "version": "1.1.27", + "version": "1.1.26", "source": { "type": "git", "url": "https://github.com/mglaman/phpstan-drupal.git", - "reference": "61daa574664fa138f42dc7e883de9a12a7703462" + "reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/61daa574664fa138f42dc7e883de9a12a7703462", - "reference": "61daa574664fa138f42dc7e883de9a12a7703462", + "url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/5e8b527e4d9b9f23f37eac727b31aeff278bbe43", + "reference": "5e8b527e4d9b9f23f37eac727b31aeff278bbe43", "shasum": "" }, "require": { @@ -18105,7 +18105,7 @@ "description": "Drupal extension and rules for PHPStan", "support": { "issues": "https://github.com/mglaman/phpstan-drupal/issues", - "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.27" + "source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.26" }, "funding": [ { @@ -18121,7 +18121,7 @@ "type": "tidelift" } ], - "time": "2023-01-25T22:02:09+00:00" + "time": "2022-12-22T14:42:15+00:00" }, { "name": "mikey179/vfsstream",