@@ -4,6 +4,10 @@ |
||
| 4 | 4 | |
| 5 | 5 | class Criteria {
|
| 6 | 6 | |
| 7 | + /** |
|
| 8 | + * @param Contracts\Dictionary $dictionary |
|
| 9 | + * @param Contracts\Occurrence $occurrence |
|
| 10 | + */ |
|
| 7 | 11 | public function __construct($dictionary, $occurrence) |
| 8 | 12 | {
|
| 9 | 13 | $this->dictionary = $dictionary; |
@@ -4,5 +4,5 @@ |
||
| 4 | 4 | |
| 5 | 5 | interface Occurrence |
| 6 | 6 | {
|
| 7 | - public function parse(array $dictionary); |
|
| 7 | + public function parse(array $dictionary); |
|
| 8 | 8 | } |