Completed
Push — master ( 398493...46f448 )
by Richard
13:15
created
htdocs/class/xoopskernel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * Convert a XOOPS path to a physical one
46 46
      * @param               $url
47 47
      * @param  bool         $virtual
48
-     * @return mixed|string
48
+     * @return string
49 49
      */
50 50
     public function path($url, $virtual = false)
51 51
     {
Please login to merge, or discard this patch.
htdocs/class/xoopslists.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
 
101 101
         /**
102 102
          * gets list of name of directories inside a directory
103
-         * @param $dirname
103
+         * @param string $dirname
104 104
          * @return array
105 105
          */
106 106
         public static function getDirListAsArray($dirname)
@@ -131,7 +131,7 @@  discard block
 block discarded – undo
131 131
 
132 132
         /**
133 133
          * gets list of all files in a directory
134
-         * @param        $dirname
134
+         * @param        string $dirname
135 135
          * @param string $prefix
136 136
          * @return array
137 137
          */
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
 
159 159
         /**
160 160
          * gets list of image file names in a directory
161
-         * @param        $dirname
161
+         * @param        string $dirname
162 162
          * @param string $prefix
163 163
          * @return array
164 164
          */
Please login to merge, or discard this patch.
htdocs/class/zipdownloader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@  discard block
 block discarded – undo
86 86
      *
87 87
      * @param string            $data
88 88
      * @param string            $filename
89
-     * @param int|\unknown_type $time
89
+     * @param integer $time
90 90
      */
91 91
     public function addFileData(&$data, $filename, $time = 0)
92 92
     {
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
      *
99 99
      * @param string     $data
100 100
      * @param string     $filename
101
-     * @param int|string $time
101
+     * @param integer $time
102 102
      */
103 103
     public function addBinaryFileData(&$data, $filename, $time = 0)
104 104
     {
Please login to merge, or discard this patch.
htdocs/Frameworks/art/functions.cache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
 
71 71
     /**
72 72
      * @param      $data
73
-     * @param null $name
73
+     * @param string $name
74 74
      * @param null $dirname
75 75
      *
76 76
      * @return bool
Please login to merge, or discard this patch.
htdocs/install/class/installwizard.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-     * @param $file
141
+     * @param string $file
142 142
      */
143 143
     public function loadLangFile($file)
144 144
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     }
164 164
 
165 165
     /**
166
-     * @param $page
166
+     * @param string $page
167 167
      *
168 168
      * @return bool|mixed
169 169
      */
Please login to merge, or discard this patch.
htdocs/install/class/pathcontroller.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -261,7 +261,7 @@
 block discarded – undo
261 261
      * @param bool   $create
262 262
      *
263 263
      * @internal param bool $recurse
264
-     * @return false on failure, method (u-ser,g-roup,w-orld) on success
264
+     * @return false|string on failure, method (u-ser,g-roup,w-orld) on success
265 265
      */
266 266
     public function makeWritable($path, $create = true)
267 267
     {
Please login to merge, or discard this patch.
htdocs/install/include/createconfigform.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -240,7 +240,7 @@
 block discarded – undo
240 240
 /**
241 241
  * @param $config
242 242
  *
243
- * @return array
243
+ * @return XoopsThemeForm[]
244 244
  */
245 245
 function createThemeform($config)
246 246
 {
Please login to merge, or discard this patch.
htdocs/install/include/functions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -441,8 +441,8 @@  discard block
 block discarded – undo
441 441
 /**
442 442
  * *#@+
443 443
  * Xoops Write Licence System Key
444
- * @param        $system_key
445
- * @param        $licensefile
444
+ * @param        string $system_key
445
+ * @param        string $licensefile
446 446
  * @param string $license_file_dist
447 447
  * @return string
448 448
  */
@@ -517,8 +517,8 @@  discard block
 block discarded – undo
517 517
 /**
518 518
  * *#@+
519 519
  * Xoops Stripe Licence System Key
520
- * @param $xoops_key
521
- * @return mixed|string
520
+ * @param string $xoops_key
521
+ * @return string
522 522
  */
523 523
 function xoStripeKey($xoops_key)
524 524
 {
Please login to merge, or discard this patch.
htdocs/kernel/blockinstance.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
      *
59 59
      * @param  string $name
60 60
      * @param  array  $args
61
-     * @return null
61
+     * @return boolean
62 62
      */
63 63
     public function __set($name, $args)
64 64
     {
@@ -121,7 +121,7 @@  discard block
 block discarded – undo
121 121
      *
122 122
      * @param  string $name
123 123
      * @param  array  $args
124
-     * @return null
124
+     * @return boolean
125 125
      */
126 126
     public function __set($name, $args)
127 127
     {
Please login to merge, or discard this patch.