Skip to content

Commit

Permalink
Merge branch 'QA_4_6'
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 30, 2016
2 parents 5c89725 + f3babbb commit 89fc40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Linter.php
Expand Up @@ -51,7 +51,7 @@ public static function getLines($str)
// (which is actually a new line) aren't going to be processed at
// all.
$len = ($str instanceof UtfString) ?
$str->length() : strlen($len);
$str->length() : strlen($str);

$lines = array(0);
for ($i = 0; $i < $len; ++$i) {
Expand Down

0 comments on commit 89fc40a

Please sign in to comment.