Completed
Pull Request — master (#508)
by Lucio
17:21 queued 07:25
created
htdocs/class/xoopseditor/xoopseditor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
     /**
147 147
      * XoopsEditorHandler::getList()
148 148
      *
149
-     * @param mixed $noHtml
149
+     * @param boolean $noHtml
150 150
      *
151 151
      * @return array
152 152
      */
Please login to merge, or discard this patch.
htdocs/class/xoopsform/formbutton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     /**
87 87
      * Set the initial value
88 88
      *
89
-     * @param $value
89
+     * @param string $value
90 90
      *
91 91
      * @return string
92 92
      */
Please login to merge, or discard this patch.
htdocs/class/xoopsform/formelement.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
      *
325 325
      * @param  string $extra
326 326
      * @param  bool   $replace If true, passed string will replace current content otherwise it will be appended to it
327
-     * @return array  New content of the extra string
327
+     * @return string[]  New content of the extra string
328 328
      */
329 329
     public function setExtra($extra, $replace = false)
330 330
     {
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
      * Get the element's nocolspan
374 374
      * Modified by Catzwolf
375 375
      *
376
-     * @return string
376
+     * @return boolean
377 377
      *
378 378
      * @deprecated  PLEASE AVOID USING THIS METHOD
379 379
      */
Please login to merge, or discard this patch.
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.