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.
1 parent 9222bc7 commit 2a5774eCopy full SHA for 2a5774e
Magento2/Sniffs/Files/LineLengthSniff.php
@@ -98,7 +98,6 @@ protected function doesPreviousLineContainTranslationString()
98
$nextToLastLineMatch = preg_match($this->nextToLastLineRegexp, $this->nextToLastLineContent) !== 0;
99
return $lastLineMatch || $nextToLastLineMatch;
100
}
101
-
102
103
104
/**
0 commit comments