@@ -20,7 +20,6 @@ |
||
20 | 20 | private $secondPart; |
21 | 21 | |
22 | 22 | /** |
23 | - * @param Specification $specification |
|
24 | 23 | */ |
25 | 24 | public function __construct(Specification $firstPart, Specification $secondPart) |
26 | 25 | { |
@@ -12,7 +12,6 @@ |
||
12 | 12 | /** |
13 | 13 | * Tells if the candidate object matches criterias |
14 | 14 | * |
15 | - * @param mixed $candidate |
|
16 | 15 | * |
17 | 16 | * @return boolean |
18 | 17 | */ |
@@ -20,7 +20,6 @@ |
||
20 | 20 | private $secondPart; |
21 | 21 | |
22 | 22 | /** |
23 | - * @param Specification $specification |
|
24 | 23 | */ |
25 | 24 | public function __construct(Specification $firstPart, Specification $secondPart) |
26 | 25 | { |