From 4ddffb3c16fa3d7b0c7831427bfec90469946683 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 17 May 2022 11:10:40 +0200 Subject: [PATCH] wip #4211 @1 --- src/PHP.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PHP.php b/src/PHP.php index 5ba0e15..047dfec 100644 --- a/src/PHP.php +++ b/src/PHP.php @@ -31,6 +31,7 @@ class PHP $content = file_get_contents($file); $tokens = token_get_all($content); $namespace = ''; + $fqcns = []; for ($index = 0; isset($tokens[$index]); $index++) { if (!isset($tokens[$index][0])) { continue; -- 2.39.5