Test Failed
Push — zf3-version ( c5fe3e...47d53a )
by Diego
03:23
created
module/Application/src/Controller/IndexController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
module/Api/src/Entity/Activity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.