@@ -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 | { |
@@ -80,7 +80,7 @@ |
||
80 | 80 | } |
81 | 81 | |
82 | 82 | /** |
83 | - * @return mixed |
|
83 | + * @return string |
|
84 | 84 | */ |
85 | 85 | public function getType() |
86 | 86 | { |