@@ -4,5 +4,5 @@ |
||
4 | 4 | |
5 | 5 | interface Format |
6 | 6 | { |
7 | - public function handle(); |
|
7 | + public function handle(); |
|
8 | 8 | } |
@@ -4,5 +4,5 @@ |
||
4 | 4 | |
5 | 5 | interface Dictionary |
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 | } |
@@ -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 | } |
@@ -4,8 +4,8 @@ |
||
4 | 4 | |
5 | 5 | class Criteria { |
6 | 6 | |
7 | - protected $dictionary; |
|
8 | - protected $occurrence; |
|
7 | + protected $dictionary; |
|
8 | + protected $occurrence; |
|
9 | 9 | |
10 | 10 | public function __construct($dictionary, $occurrence) |
11 | 11 | { |