Completed
Pull Request — master (#555)
by Lucio
09:45
created
htdocs/class/xoopsform/formradio.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * Set the pre-selected value
89 89
      *
90
-     * @param  $value string
90
+     * @param  string $value string
91 91
      */
92 92
     public function setValue($value)
93 93
     {
Please login to merge, or discard this patch.
htdocs/class/xoopsform/formtextarea.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@  discard block
 block discarded – undo
103 103
     /**
104 104
      * Set initial content
105 105
      *
106
-     * @param  $value string
106
+     * @param  string $value string
107 107
      */
108 108
     public function setValue($value)
109 109
     {
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * prepare HTML for output
115 115
      *
116
-     * @return sting HTML
116
+     * @return string HTML
117 117
      */
118 118
     public function render()
119 119
     {
Please login to merge, or discard this patch.
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.