Commit 19788b90 authored by catch's avatar catch
Browse files

Issue #3321779 by Spokje, longwave, mondrake: Update PHPStan to 1.9.2

(cherry picked from commit e7e25dd5)
parent b35beace
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -5857,16 +5857,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": {
@@ -5896,7 +5896,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": [
                {
@@ -5912,7 +5912,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-04T13:35:59+00:00"
            "time": "2022-11-10T09:56:11+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
+1 −1
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -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.');