Completed
Push — 3.0 ( fea5eb...c29f0e )
by Vermeulen
02:17
created
src/class/Application.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
      * 
181 181
      * @param array $options Options passed to application
182 182
      * 
183
-     * @return void
183
+     * @return Application
184 184
      */
185 185
     public function initSystems($options)
186 186
     {
Please login to merge, or discard this patch.
src/class/core/appSystems/CtrlRouterLink.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * List all tasks runned by ctrlRouterLink
65 65
      * 
66
-     * @return array
66
+     * @return \stdClass[]
67 67
      */
68 68
     protected function obtainCtrlRouterLinkTasks()
69 69
     {
Please login to merge, or discard this patch.
src/class/install/core/appSystems/ModuleInstall.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Getter accessor to property listToInstall
27 27
      * 
28
-     * @return type
28
+     * @return \BFW\Install\ModuleInstall[]
29 29
      */
30 30
     public function getListToInstall()
31 31
     {
Please login to merge, or discard this patch.