diff --git a/src/Parser/PatternParser.php b/src/Parser/PatternParser.php index 955cbff..c691789 100644 --- a/src/Parser/PatternParser.php +++ b/src/Parser/PatternParser.php @@ -21,8 +21,8 @@ class PatternParser extends Parser /** * Match constants, see setMatches() */ - const TIME = "time"; - const LEVEL = "level"; + const string TIME = "time"; + const string LEVEL = "level"; /** * @var class-string