Skip to content

Commit 3f769b9

Browse files
authored
Merge pull request #81 from PHPCSStandards/feature/tokenizer-fix-default-property-value
Tokenizer::$eolChar: change default value
2 parents c248a92 + 7ed1591 commit 3f769b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tokenizers/Tokenizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ abstract class Tokenizer
2727
*
2828
* @var string
2929
*/
30-
protected $eolChar = [];
30+
protected $eolChar = '';
3131

3232
/**
3333
* A token-based representation of the content.

0 commit comments

Comments
 (0)