From 4f85d8d113e45ad39b925e5fcd369045fecad809 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 19 Apr 2024 05:57:08 +0000 Subject: [PATCH] fix the fix --- src/Visitor.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Visitor.php b/src/Visitor.php index 1951e8a..0122dec 100644 --- a/src/Visitor.php +++ b/src/Visitor.php @@ -54,7 +54,6 @@ public function __construct() /** * @return int|null - * phpcs:ignore NeutronStandard.Functions.TypeHint */ public function enterNode(Node $node) {