diff options
-rw-r--r-- | src/Utils/Formatter.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Utils/Formatter.php b/src/Utils/Formatter.php index 7c138de..8b57671 100644 --- a/src/Utils/Formatter.php +++ b/src/Utils/Formatter.php @@ -350,8 +350,6 @@ class Formatter // Checking if pointers were initialized. if ($prev !== null) { - /** @var Token $prev */ - // Checking if a new clause started. if (static::isClause($prev) !== false) { $lastClause = $prev->value; |