Skip to content

Commit

Permalink
Merge pull request #81 from PHPCSStandards/feature/tokenizer-fix-defa…
Browse files Browse the repository at this point in the history
…ult-property-value

Tokenizer::$eolChar: change default value
  • Loading branch information
jrfnl authored Dec 4, 2023
2 parents c248a92 + 7ed1591 commit 3f769b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tokenizers/Tokenizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ abstract class Tokenizer
*
* @var string
*/
protected $eolChar = [];
protected $eolChar = '';

/**
* A token-based representation of the content.
Expand Down

0 comments on commit 3f769b9

Please sign in to comment.