diff options
Diffstat (limited to 'src/Lexer.php')
-rw-r--r-- | src/Lexer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Lexer.php b/src/Lexer.php index 627763b..06c3897 100644 --- a/src/Lexer.php +++ b/src/Lexer.php @@ -119,7 +119,7 @@ class Lexer extends Core * * @var string */ - public $delimiter; + public $delimiter = $DEFAULT_DELIMITER; /** * The length of the delimiter. |