We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a11681 + 96a904a commit 108927fCopy full SHA for 108927f
2 files changed
src/Utils/Formatter.php
@@ -322,7 +322,7 @@ public function formatList($list)
322
/**
323
* Previously parsed token.
324
*
325
- * @var Token
+ * @var Token|null
326
*/
327
$prev = null;
328
@@ -349,9 +349,6 @@ public function formatList($list)
349
}
350
351
// Checking if pointers were initialized.
352
- /*
353
- * Previous Token.
354
- */
355
if ($prev !== null) {
356
// Checking if a new clause started.
357
if (static::isClause($prev) !== false) {
0 commit comments