Commit 10972de4 authored by Klaus Purer's avatar Klaus Purer
Browse files

tests(phpstan): Fix changed error message in PHPStan 0.12.50

parent 6bedb968
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,6 +28,6 @@
    },
    "require-dev": {
        "phpunit/phpunit": "^6.0 || ^7.0",
        "phpstan/phpstan": "^0.12.31"
        "phpstan/phpstan": "^0.12.50"
    }
}
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ parameters:
            count: 1
            path: coder_sniffer/Drupal/Sniffs/InfoFiles/DuplicateEntrySniff.php
        -
            message: "#^Call to function array_key_exists\\(\\) with 0\\|string\\|null and array\\(\\) will always evaluate to false\\.$#"
            message: "#^Call to function array_key_exists\\(\\) with mixed and array\\(\\) will always evaluate to false\\.$#"
            count: 1
            path: coder_sniffer/Drupal/Sniffs/InfoFiles/DuplicateEntrySniff.php
        -