@@ -10,6 +10,10 @@ |
||
| 10 | 10 | $this->manager = new Manager; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | + /** |
|
| 14 | + * @param Criterias\Digit $criteria |
|
| 15 | + * @param Occurences\Strict $occurence |
|
| 16 | + */ |
|
| 13 | 17 | public function addCriteria($criteria, $occurence = null) |
| 14 | 18 | {
|
| 15 | 19 | $buildCriteria = $this->manager->buildCriteria($criteria, $occurence); |
@@ -4,5 +4,5 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface Occurence |
| 6 | 6 | {
|
| 7 | - public function parse(); |
|
| 7 | + public function parse(); |
|
| 8 | 8 | } |
@@ -4,5 +4,5 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface Criteria |
| 6 | 6 | {
|
| 7 | - public function handle(); |
|
| 7 | + public function handle(); |
|
| 8 | 8 | } |
@@ -15,6 +15,6 @@ |
||
| 15 | 15 | $tmp[] = $dictionary[0]; |
| 16 | 16 | } |
| 17 | 17 | |
| 18 | - return $tmp; |
|
| 18 | + return $tmp; |
|
| 19 | 19 | } |
| 20 | 20 | } |