Skip to content

Commit 108927f

Browse files
committed
Merge remote-tracking branch 'origin/pull/120' into tmp
2 parents 1a11681 + 96a904a commit 108927f

2 files changed

Lines changed: 297 additions & 136 deletions

File tree

src/Utils/Formatter.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ public function formatList($list)
322322
/**
323323
* Previously parsed token.
324324
*
325-
* @var Token
325+
* @var Token|null
326326
*/
327327
$prev = null;
328328

@@ -349,9 +349,6 @@ public function formatList($list)
349349
}
350350

351351
// Checking if pointers were initialized.
352-
/*
353-
* Previous Token.
354-
*/
355352
if ($prev !== null) {
356353
// Checking if a new clause started.
357354
if (static::isClause($prev) !== false) {

0 commit comments

Comments
 (0)