Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class ReceivedDateConsumer extends DateConsumer |
||
20 | { |
||
21 | /** |
||
22 | * Returns true if the token is a ';' |
||
23 | * |
||
24 | * @param string $token |
||
25 | * @return boolean |
||
26 | */ |
||
27 | protected function isStartToken($token) |
||
30 | } |
||
31 | |||
32 | /** |
||
33 | * Returns an array containing ';'. |
||
34 | * |
||
35 | * @return string[] an array of regex pattern matchers |
||
36 | */ |
||
37 | protected function getTokenSeparators() |
||
42 |