Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Nov 22, 2024
1 parent bec773a commit 2d2203a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Type/Parser/Lexer/TokensExtractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ final class TokensExtractor
'Double colons' => '\:\:',
'Triple dots' => '\.\.\.',
'Dollar sign' => '\$',
'Equals' => '=',
'Whitespace' => '\s+',
'Union' => '\|',
'Intersection' => '&',
Expand Down

0 comments on commit 2d2203a

Please sign in to comment.