Completed
Push — 3.0 ( fdb42e...29d916 )
by Vermeulen
02:12
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.
src/class/install/ModuleInstall.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
     /**
154 154
      * Get accessor to the install script file or list
155 155
      * 
156
-     * @return string|array
156
+     * @return string|boolean
157 157
      */
158 158
     public function getSourceInstallScript()
159 159
     {
Please login to merge, or discard this patch.
src/helpers/Secure.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     /**
73 73
      * Securise a variable
74 74
      * 
75
-     * @param mixed $data The variable to securise
75
+     * @param string $data The variable to securise
76 76
      * @param string $type The type of datas
77 77
      * @param boolean $htmlentities If use htmlentities function
78 78
      *  to a better security
Please login to merge, or discard this patch.