Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function process(File $phpcsFile, $stackPtr)

if ($this->debug === true) {
$line = $tokens[$stackPtr]['line'];
echo "Start with token $stackPtr on line $line with indent $currentIndent".PHP_EOL;
echo PHP_EOL."Start with token $stackPtr on line $line with indent $currentIndent".PHP_EOL;
}

if (empty($this->ignoreIndentation) === true) {
Expand Down
Loading