10000 fixed Static build test · magento/magento-coding-standard@2a5774e · GitHub
[go: up one dir, main page]

Skip to content

Commit 2a5774e

Browse files
fixed Static build test
1 parent 9222bc7 commit 2a5774e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Magento2/Sniffs/Files/LineLengthSniff.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ protected function doesPreviousLineContainTranslationString()
9898
$nextToLastLineMatch = preg_match($this->nextToLastLineRegexp, $this->nextToLastLineContent) !== 0;
9999
return $lastLineMatch || $nextToLastLineMatch;
100100
}
101-
102101
}
103102

104103
/**

0 commit comments

Comments
 (0)
0