Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b96b4ad

Browse files
author
Julien Jomier
committed
STYLE: Wrong line ending
1 parent 1793481 commit b96b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library/PhpCheckstyle/src/PHPCheckstyle.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1812,7 +1812,7 @@ private function _checkLargeLine() {
18121812
|| $this->tokenizer->checkProvidedToken($this->token, T_DOC_COMMENT))) {
18131813

18141814
$text = $this->tokenizer->extractTokenText($this->token);
1815-
$textarray = explode("\r",$text);
1815+
$textarray = explode("\n",$text);
18161816
foreach($textarray as $text)
18171817
{
18181818
$text = trim($text);

0 commit comments

Comments
 (0)