@@ -72,7 +72,7 @@ |
||
72 | 72 | } |
73 | 73 | |
74 | 74 | /** |
75 | - * @param mixed $identity |
|
75 | + * @param \DoctrineModuleTest\Authentication\Adapter\TestAsset\IdentityObject $identity |
|
76 | 76 | */ |
77 | 77 | public function write($identity) : void |
78 | 78 | { |
@@ -289,7 +289,7 @@ |
||
289 | 289 | } |
290 | 290 | |
291 | 291 | /** |
292 | - * @return mixed |
|
292 | + * @return boolean|null |
|
293 | 293 | */ |
294 | 294 | public function getIsMethod() |
295 | 295 | { |
@@ -128,7 +128,7 @@ |
||
128 | 128 | * when return type is specified |
129 | 129 | * : ObjectManager |
130 | 130 | * |
131 | - * @return mixed |
|
131 | + * @return string |
|
132 | 132 | */ |
133 | 133 | public function getObjectManager() |
134 | 134 | { |
@@ -24,6 +24,8 @@ |
||
24 | 24 | |
25 | 25 | /** |
26 | 26 | * {@inheritDoc} |
27 | + * @param integer $offset |
|
28 | + * @param integer $itemCountPerPage |
|
27 | 29 | */ |
28 | 30 | public function getItems($offset, $itemCountPerPage) |
29 | 31 | { |