| Total Complexity | 4 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 21 | class Mailcode_Parser_Statement_Tokenizer_Token_Keyword extends Mailcode_Parser_Statement_Tokenizer_Token |
||
| 22 | { |
||
| 23 | public function getNormalized(): string |
||
| 24 | { |
||
| 25 | return $this->getMatchedText(); |
||
| 26 | } |
||
| 27 | |||
| 28 | public function getKeyword() : string |
||
| 29 | { |
||
| 30 | return $this->getMatchedText(); |
||
| 31 | } |
||
| 32 | |||
| 33 | public function isForIn() : bool |
||
| 36 | } |
||
| 37 | |||
| 38 | public function isInsensitive() : bool |
||
| 43 |