Skip to content

Commit 1aabb47

Browse files
spawniagithub-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 0d0b8e5 commit 1aabb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Language/BlockString.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ public static function getIndentation(string $value): int
6767
if (Utils::charCodeAt($value, $i + 1) === 10) {
6868
++$i; // skip \r\n as one symbol
6969
}
70-
// falls through
71-
// no break
70+
// falls through
71+
// no break
7272
case 10: // \n
7373
$isFirstLine = false;
7474
$isEmptyLine = true;

0 commit comments

Comments
 (0)