@@ -61,7 +61,7 @@ |
||
| 61 | 61 | } |
| 62 | 62 | |
| 63 | 63 | /** |
| 64 | - * @return mixed |
|
| 64 | + * @return string |
|
| 65 | 65 | */ |
| 66 | 66 | public function getMessage() |
| 67 | 67 | { |
@@ -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 | { |
@@ -35,7 +35,7 @@ |
||
| 35 | 35 | /** |
| 36 | 36 | * Index action - runs the console application |
| 37 | 37 | * |
| 38 | - * @return mixed |
|
| 38 | + * @return ViewModel|null |
|
| 39 | 39 | */ |
| 40 | 40 | public function cliAction() |
| 41 | 41 | { |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | - * @param mixed $value |
|
| 37 | + * @param boolean $value |
|
| 38 | 38 | * |
| 39 | 39 | * {@inheritDoc} |
| 40 | 40 | */ |
@@ -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 | { |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | protected $collection; |
| 16 | 16 | |
| 17 | 17 | /** |
| 18 | - * @param mixed[] $collection |
|
| 18 | + * @param DoctrineCollection $collection |
|
| 19 | 19 | */ |
| 20 | 20 | public function __construct(DoctrineCollection $collection) |
| 21 | 21 | { |
@@ -34,7 +34,7 @@ |
||
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
| 37 | - * @param mixed $value |
|
| 37 | + * @param boolean $value |
|
| 38 | 38 | * |
| 39 | 39 | * {@inheritDoc} |
| 40 | 40 | */ |