Commit 8066395d authored by Klaus Purer's avatar Klaus Purer
Browse files

tests(phpstan): Remove obsolete comment

parent 4f8de00c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -55,5 +55,3 @@ parameters:
            count: 2
            message: '~^Call to an undefined method Drupal\\Sniffs\\Semantics\\FunctionCall::(registerFunctionNames|processFunctionCall)\(\).$~'
            path: coder_sniffer/Drupal/Sniffs/Semantics/FunctionCall.php
        # False positive: Variable $a in isset() always exists and is not
        # nullable. https://github.com/phpstan/phpstan/issues/2816