Verified Commit e4a3267c authored by Dave Long's avatar Dave Long
Browse files

Issue #3333065 by Spokje: Update PHPStan to 1.9.9 to fix 10.x "updated deps" Drupal CI runs

parent 7aa909e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        "phpunit/phpunit": "^9.5",
        "phpspec/prophecy-phpunit": "^2",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.9.3",
        "phpstan/phpstan": "^1.9.9",
        "symfony/css-selector": "^6.2",
        "symfony/phpunit-bridge": "^6.2",
        "symfony/var-dumper": "^6.2",
+7 −7
Original line number Diff line number Diff line
@@ -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": "e6addf00588106d8ec7218b137c26c1c",
    "content-hash": "85fce9014bf3bc99add14de1104ac465",
    "packages": [
        {
            "name": "asm89/stack-cors",
@@ -5860,16 +5860,16 @@
        },
        {
            "name": "phpstan/phpstan",
            "version": "1.9.3",
            "version": "1.9.9",
            "source": {
                "type": "git",
                "url": "https://github.com/phpstan/phpstan.git",
                "reference": "709999b91448d4f2bb07daffffedc889b33e461c"
                "reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/709999b91448d4f2bb07daffffedc889b33e461c",
                "reference": "709999b91448d4f2bb07daffffedc889b33e461c",
                "url": "https://api.github.com/repos/phpstan/phpstan/zipball/f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
                "reference": "f68d7cc3d0638a01bc6321cb826e4cae7fa6884d",
                "shasum": ""
            },
            "require": {
@@ -5899,7 +5899,7 @@
            ],
            "support": {
                "issues": "https://github.com/phpstan/phpstan/issues",
                "source": "https://github.com/phpstan/phpstan/tree/1.9.3"
                "source": "https://github.com/phpstan/phpstan/tree/1.9.9"
            },
            "funding": [
                {
@@ -5915,7 +5915,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-12-13T10:28:10+00:00"
            "time": "2023-01-11T14:39:22+00:00"
        },
        {
            "name": "phpunit/php-code-coverage",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        "mikey179/vfsstream": "^1.6.11",
        "phpspec/prophecy-phpunit": "^2",
        "phpstan/extension-installer": "^1.1",
        "phpstan/phpstan": "^1.9.3",
        "phpstan/phpstan": "^1.9.9",
        "phpunit/phpunit": "^9.5",
        "symfony/browser-kit": "^6.2",
        "symfony/css-selector": "^6.2",
+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.1",
        "phpstan/phpstan": "1.9.3",
        "phpstan/phpstan": "1.9.9",
        "phpunit/php-code-coverage": "9.2.19",
        "phpunit/php-file-iterator": "3.0.6",
        "phpunit/php-invoker": "3.1.1",
+0 −10
Original line number Diff line number Diff line
@@ -195,11 +195,6 @@ parameters:
			count: 1
			path: lib/Drupal/Component/Gettext/PoStreamReader.php

		-
			message: "#^Variable \\$rgb might not be defined\\.$#"
			count: 1
			path: lib/Drupal/Component/Utility/Color.php

		-
			message: "#^Variable \\$permission might not be defined\\.$#"
			count: 1
@@ -2220,11 +2215,6 @@ parameters:
			count: 5
			path: modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php

		-
			message: "#^Variable \\$checked might not be defined\\.$#"
			count: 1
			path: modules/system/tests/src/Functional/Form/CheckboxTest.php

		-
			message: "#^Variable \\$form_output in empty\\(\\) always exists and is not falsy\\.$#"
			count: 2