diff options
-rw-r--r-- | src/Utils/Formatter.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 8bc3bcb..4e0fd0e 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -349,10 +349,8 @@ class Formatter } // Checking if pointers were initialized. - /** + /* * Previous Token. - * - * @var Token */ if ($prev !== null) { // Checking if a new clause started. |