@@ -41,7 +41,7 @@ |
||
| 41 | 41 | /** |
| 42 | 42 | * @param mixed $data |
| 43 | 43 | * |
| 44 | - * @return ItemInterface |
|
| 44 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
| 45 | 45 | */ |
| 46 | 46 | protected function createItem($data) |
| 47 | 47 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |
@@ -63,7 +63,7 @@ |
||
| 63 | 63 | } |
| 64 | 64 | |
| 65 | 65 | /** |
| 66 | - * @return mixed |
|
| 66 | + * @return string |
|
| 67 | 67 | */ |
| 68 | 68 | public function getType() |
| 69 | 69 | { |