From: Vincent Vanwaelscappel Date: Tue, 17 May 2022 09:10:40 +0000 (+0200) Subject: wip #4211 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4ddffb3c16fa3d7b0c7831427bfec90469946683;p=cubist_util.git wip #4211 @1 --- 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;