Completed
Push — master ( aa4794...6b7a6d )
by Gino
19s
created
class/files/user/UserHeader.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
     *  @param string $filename
77 77
     */
78 78
     /**
79
-     * @param $module
79
+     * @param string $module
80 80
      * @param $table
81
-     * @param $filename
81
+     * @param string $filename
82 82
      */
83 83
     public function write($module, $table, $filename)
84 84
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     *  @param null
164 164
     */
165 165
     /**
166
-     * @return bool|string
166
+     * @return null|string
167 167
      */
168 168
     public function render()
169 169
     {
Please login to merge, or discard this patch.
class/files/user/UserListTag.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,8 +63,8 @@  discard block
 block discarded – undo
63 63
     *  @param string $filename
64 64
     */
65 65
     /**
66
-     * @param $module
67
-     * @param $filename
66
+     * @param string $module
67
+     * @param string $filename
68 68
      */
69 69
     public function write($module, $filename)
70 70
     {
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     *  @param null
78 78
     */
79 79
     /**
80
-     * @return bool|string
80
+     * @return null|string
81 81
      */
82 82
     public function render()
83 83
     {
Please login to merge, or discard this patch.
class/files/user/UserPages.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
     *  @param string $filename
77 77
     */
78 78
     /**
79
-     * @param $module
79
+     * @param string $module
80 80
      * @param $table
81
-     * @param $filename
81
+     * @param string $filename
82 82
      */
83 83
     public function write($module, $table, $filename)
84 84
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     */
95 95
     /**
96 96
      * @param $moduleDirname
97
-     * @param $language
97
+     * @param string $language
98 98
      *
99 99
      * @return string
100 100
      */
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     *  @param null
217 217
     */
218 218
     /**
219
-     * @return bool|string
219
+     * @return null|string
220 220
      */
221 221
     public function render()
222 222
     {
Please login to merge, or discard this patch.
class/files/user/UserPrint.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
     *  @param string $filename
77 77
     */
78 78
     /**
79
-     * @param $module
79
+     * @param string $module
80 80
      * @param $table
81
-     * @param $filename
81
+     * @param string $filename
82 82
      */
83 83
     public function write($module, $table, $filename)
84 84
     {
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     */
95 95
     /**
96 96
      * @param $moduleDirname
97
-     * @param $language
97
+     * @param string $language
98 98
      *
99 99
      * @return string
100 100
      */
@@ -216,7 +216,7 @@  discard block
 block discarded – undo
216 216
     *  @param null
217 217
     */
218 218
     /**
219
-     * @return bool|string
219
+     * @return null|string
220 220
      */
221 221
     public function render()
222 222
     {
Please login to merge, or discard this patch.
class/files/user/UserViewTag.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -76,9 +76,9 @@  discard block
 block discarded – undo
76 76
     *  @param string $filename
77 77
     */
78 78
     /**
79
-     * @param $module
79
+     * @param string $module
80 80
      * @param $table
81
-     * @param $filename
81
+     * @param string $filename
82 82
      */
83 83
     public function write($module, $table, $filename)
84 84
     {
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
     *  @param null
164 164
     */
165 165
     /**
166
-     * @return bool|string
166
+     * @return null|string
167 167
      */
168 168
     public function render()
169 169
     {
Please login to merge, or discard this patch.
class/files/user/UserSubmit.php 1 patch
Doc Comments   +9 added lines, -3 removed lines patch added patch discarded remove patch
@@ -63,9 +63,9 @@  discard block
 block discarded – undo
63 63
     *  @param string $filename
64 64
     */
65 65
     /**
66
-     * @param $module
66
+     * @param string $module
67 67
      * @param $table
68
-     * @param $filename
68
+     * @param string $filename
69 69
      */
70 70
     public function write($module, $table, $filename)
71 71
     {
@@ -179,6 +179,7 @@  discard block
 block discarded – undo
179 179
     *  @param null
180 180
     */
181 181
     /**
182
+     * @param string $language
182 183
      * @return string
183 184
      */
184 185
     public function getUserSubmitFooter($moduleDirname, $language)
@@ -204,6 +205,11 @@  discard block
 block discarded – undo
204 205
      *
205 206
      * @return string
206 207
      */
208
+
209
+    /**
210
+     * @param string $language
211
+     * @param string $t
212
+     */
207 213
     private function getUserSubmitSwitch($moduleDirname, $tableId, $tableMid, $tableName, $tableSolename, $tableSubmit, $tableAutoincrement, $language, $t)
208 214
     {
209 215
         $xc = TDMCreateXoopsCode::getInstance();
@@ -219,7 +225,7 @@  discard block
 block discarded – undo
219 225
     *  @param null
220 226
     */
221 227
     /**
222
-     * @return bool|string
228
+     * @return null|string
223 229
      */
224 230
     public function render()
225 231
     {
Please login to merge, or discard this patch.
class/files/sql/SqlFile.php 1 patch
Doc Comments   +10 added lines, -9 removed lines patch added patch discarded remove patch
@@ -57,8 +57,8 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      *  @public function write
59 59
      *
60
-     *  @param $module
61
-     *  @param $filename
60
+     *  @param string $module
61
+     *  @param string $filename
62 62
      */
63 63
     public function write($module, $filename)
64 64
     {
@@ -69,8 +69,8 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      *  @private function getHeaderSqlComments
71 71
      *
72
-     *  @param $moduleName
73
-     * @param $moduleName
72
+     *  @param string $moduleName
73
+     * @param string $moduleName
74 74
      *
75 75
      * @return string
76 76
      */
@@ -141,7 +141,7 @@  discard block
 block discarded – undo
141 141
     /**
142 142
      *  @private function getDatabaseFields
143 143
      *
144
-     *  @param $moduleDirname
144
+     *  @param string $moduleDirname
145 145
      *  @param $tableName
146 146
      *  @param $tableAutoincrement
147 147
      *  @param $fieldsNumb
@@ -336,7 +336,7 @@  discard block
 block discarded – undo
336 336
      *  @param $fieldAttribute
337 337
      *  @param $fieldNull
338 338
      *  @param $fieldDefault
339
-     *  @param $autoincrement
339
+     *  @param string $autoincrement
340 340
      *
341 341
      *  @return string
342 342
      */
@@ -362,6 +362,7 @@  discard block
 block discarded – undo
362 362
     /**
363 363
      *  @private function getKey
364 364
      *
365
+     *  @param integer $key
365 366
      *  @return string
366 367
      */
367 368
     private function getKey($key, $fieldName)
@@ -390,8 +391,8 @@  discard block
 block discarded – undo
390 391
     /**
391 392
      *  @private function getComma
392 393
      *
393
-     *  @param $row
394
-     *  @param $comma
394
+     *  @param boolean $row
395
+     *  @param string $comma
395 396
      *
396 397
      *  @return string
397 398
      */
@@ -427,7 +428,7 @@  discard block
 block discarded – undo
427 428
      *
428 429
      *  @param null
429 430
      *
430
-     *  @return bool|string
431
+     *  @return null|string
431 432
      */
432 433
     public function render()
433 434
     {
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserHeader.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,9 +64,9 @@
 block discarded – undo
64 64
     *  @param string $filename
65 65
     */
66 66
     /**
67
-     * @param $module
67
+     * @param string $module
68 68
      * @param $table
69
-     * @param $filename
69
+     * @param string $filename
70 70
      */
71 71
     public function write($module, $table, $filename)
72 72
     {
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserIndex.php 1 patch
Doc Comments   +6 added lines, -3 removed lines patch added patch discarded remove patch
@@ -64,9 +64,9 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * @public function write
66 66
      *
67
-     * @param $module
67
+     * @param string $module
68 68
      * @param $table
69
-     * @param $filename
69
+     * @param string $filename
70 70
      */
71 71
     public function write($module, $table, $tables, $filename)
72 72
     {
@@ -185,6 +185,7 @@  discard block
 block discarded – undo
185 185
     *  @param null
186 186
     */
187 187
     /**
188
+     * @param string $language
188 189
      * @return bool|string
189 190
      */
190 191
     public function getTemplatesUserIndexBodyDefault($module, $table, $language)
@@ -238,6 +239,7 @@  discard block
 block discarded – undo
238 239
     *  @param null
239 240
     */
240 241
     /**
242
+     * @param string $language
241 243
      * @return bool|string
242 244
      */
243 245
     public function getTemplateUserIndexCategories($moduleDirname, $tableName, $tableSoleName, $language)
@@ -288,6 +290,7 @@  discard block
 block discarded – undo
288 290
     *  @param null
289 291
     */
290 292
     /**
293
+     * @param string $language
291 294
      * @return bool|string
292 295
      */
293 296
     public function getTemplateUserIndexTable($moduleDirname, $tableName, $tableSoleName, $language)
@@ -336,7 +339,7 @@  discard block
 block discarded – undo
336 339
     *  @param null
337 340
     */
338 341
     /**
339
-     * @return bool|string
342
+     * @return null|string
340 343
      */
341 344
     public function render()
342 345
     {
Please login to merge, or discard this patch.