Completed
Branch master (9d3fbd)
by Michael
02:59
created
class/tree.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -244,10 +244,10 @@
 block discarded – undo
244 244
 
245 245
     /**
246 246
      * Internal function used by makeTreeAsArray
247
-     * @param        $fieldName
248
-     * @param        $key
247
+     * @param        string $fieldName
248
+     * @param        integer $key
249 249
      * @param        $ret
250
-     * @param        $prefix_orig
250
+     * @param        string $prefix_orig
251 251
      * @param string $prefix_curr
252 252
      */
253 253
     public function _recursiveMakeTreeAsArray($fieldName, $key, &$ret, $prefix_orig, $prefix_curr = '')
Please login to merge, or discard this patch.
admin/exports/dbase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-     * @return bool|string
119
+     * @return string|false
120 120
      */
121 121
     public function getDownloadPath()
122 122
     {
Please login to merge, or discard this patch.