@@ -170,7 +170,7 @@ discard block |
||
| 170 | 170 | /** |
| 171 | 171 | * @param SelectorInterface|mixed $value |
| 172 | 172 | * |
| 173 | - * @return \Cubiche\Domain\Specification\Constraint\GreaterThan |
|
| 173 | + * @return GreaterThan |
|
| 174 | 174 | */ |
| 175 | 175 | public function gt($value) |
| 176 | 176 | { |
@@ -282,7 +282,7 @@ discard block |
||
| 282 | 282 | /** |
| 283 | 283 | * @param SelectorInterface|mixed $value |
| 284 | 284 | * |
| 285 | - * @return \Cubiche\Core\Specification\SelectorInterface |
|
| 285 | + * @return SelectorInterface |
|
| 286 | 286 | */ |
| 287 | 287 | protected function createSelector($value) |
| 288 | 288 | { |