@@ -43,6 +43,9 @@ |
||
43 | 43 | return str_split(self::completePattern($this->pattern)); |
44 | 44 | } |
45 | 45 | |
46 | + /** |
|
47 | + * @return string |
|
48 | + */ |
|
46 | 49 | public static function completePattern($pattern) |
47 | 50 | { |
48 | 51 | $pattern = str_replace('a-z', self::LOWER, $pattern); |