Skip to content

Commit 62d8cf2

Browse files
committed
CS fix
1 parent 201bce0 commit 62d8cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Inpsyde/Sniffs/CodeQuality/LineLengthSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ private function shouldIgnoreLine(
155155

156156
while ($index > 0) {
157157
if ($this->isI18nFunction($tokens, $index, $file)
158-
||$this->containLongWords($tokens, $index)
158+
|| $this->containLongWords($tokens, $index)
159159
) {
160160
return true;
161161
}

0 commit comments

Comments
 (0)