@@ -13,7 +13,7 @@ |
||
13 | 13 | class IndexController extends AbstractActionController |
14 | 14 | { |
15 | 15 | /** |
16 | - * @return mixed |
|
16 | + * @return ViewModel |
|
17 | 17 | */ |
18 | 18 | public function indexAction() |
19 | 19 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * Sets the }). |
91 | 91 | * |
92 | - * @param \Sector $sector the sector |
|
92 | + * @param Sector $sector the sector |
|
93 | 93 | * |
94 | 94 | * @return self |
95 | 95 | */ |