From e7e25dd523c40928911fa84a47841deb1b0987ea Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Thu, 17 Nov 2022 15:33:27 +0000 Subject: [PATCH] Issue #3321779 by Spokje, longwave, mondrake: Update PHPStan to 1.9.2 --- composer.lock | 12 ++++++------ .../Metapackage/PinnedDevDependencies/composer.json | 2 +- .../Functional/ConfigImportInstallProfileTest.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.lock b/composer.lock index bdcfe516a0df..5c82830407a8 100644 --- a/composer.lock +++ b/composer.lock @@ -5908,16 +5908,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.1", + "version": "1.9.2", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f" + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f", - "reference": "a59c8b5bfd4a236f27efc8b5ce72c313c2b54b5f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/d6fdf01c53978b6429f1393ba4afeca39cc68afa", + "reference": "d6fdf01c53978b6429f1393ba4afeca39cc68afa", "shasum": "" }, "require": { @@ -5947,7 +5947,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.1" + "source": "https://github.com/phpstan/phpstan/tree/1.9.2" }, "funding": [ { @@ -5963,7 +5963,7 @@ "type": "tidelift" } ], - "time": "2022-11-04T13:35:59+00:00" + "time": "2022-11-10T09:56:11+00:00" }, { "name": "phpunit/php-code-coverage", diff --git a/composer/Metapackage/PinnedDevDependencies/composer.json b/composer/Metapackage/PinnedDevDependencies/composer.json index 968f72a4efb3..fb948ff6db4d 100644 --- a/composer/Metapackage/PinnedDevDependencies/composer.json +++ b/composer/Metapackage/PinnedDevDependencies/composer.json @@ -36,7 +36,7 @@ "phpspec/prophecy-phpunit": "v2.0.1", "phpstan/extension-installer": "1.2.0", "phpstan/phpdoc-parser": "1.13.0", - "phpstan/phpstan": "1.9.1", + "phpstan/phpstan": "1.9.2", "phpunit/php-code-coverage": "9.2.18", "phpunit/php-file-iterator": "3.0.6", "phpunit/php-invoker": "3.1.1", diff --git a/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php b/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php index 6d3b222bc7f9..08115a4186cf 100644 --- a/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php +++ b/core/modules/config/tests/src/Functional/ConfigImportInstallProfileTest.php @@ -68,9 +68,9 @@ public function testInstallProfileValidation() { $this->assertSession()->pageTextContains('Unable to uninstall the Testing config import profile since it is the install profile.'); // Uninstall dependencies of testing_config_import. - $core['module']['testing_config_import'] = 0; unset($core['module']['syslog']); unset($core['theme']['stark']); + $core['module']['testing_config_import'] = 0; $core['theme']['test_theme_theme'] = 0; $sync->write('core.extension', $core); $sync->deleteAll('syslog.'); -- GitLab