From 078bdf74d2ae2217f85d1e4c9db38d0c3c0005d3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Wed, 18 Sep 2024 10:13:53 +0200 Subject: [PATCH] skip local patch --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index 23ed02ae..329f2021 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -44,3 +44,6 @@ parameters: # false positive - '#Parameters should have "PhpParser\\Node\\Expr\\Closure" types as the only types passed to this method#' - '#Parameter 1 should use "PHPStan\\BetterReflection\\Reflection\\Adapter\\ReflectionMethod" type as the only type passed to this method#' + - '#Parameter \#1 \$stmtsAware of method Rector\\NodeAnalyzer\\TerminatedNodeAnalyzer\:\:isAlwaysTerminated\(\) expects Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface, PhpParser\\Node\\Stmt\\ClassMethod given#' + +