From 9b2104d75b316abbaa4ae9030896402c5fd21b8f Mon Sep 17 00:00:00 2001 From: Filippo Tessarotto Date: Mon, 8 Jan 2024 11:42:56 +0100 Subject: [PATCH] CS Fix --- lib/SymfonyProcessRule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/SymfonyProcessRule.php b/lib/SymfonyProcessRule.php index d4860fd..198b873 100644 --- a/lib/SymfonyProcessRule.php +++ b/lib/SymfonyProcessRule.php @@ -41,7 +41,7 @@ public function getNodeType(): string } /** - * @param \PhpParser\Node\Expr\FuncCall $node + * @param FuncCall $node * * @return string[] */