Completed
Push — master ( 6b7a6d...74143b )
by Gino
20s
created
class/files/templates/admin/TemplatesAdminPermissions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * @param $module
71 71
      * @param $tables
72
-     * @param $filename
72
+     * @param string $filename
73 73
      */
74 74
     public function write($module, $tables, $filename)
75 75
     {
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
     *  @param null
147 147
     */
148 148
     /**
149
-     * @return bool|string
149
+     * @return null|string
150 150
      */
151 151
     public function render()
152 152
     {
Please login to merge, or discard this patch.
class/files/templates/blocks/TemplatesBlocks.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      * @param string $moduleDirname
94 94
      * @param        $tableId
95 95
      * @param        $tableMid
96
-     * @param        $tableName
96
+     * @param        string $tableName
97 97
      * @param        $tableSoleName
98 98
      * @param        $tableAutoincrement
99 99
      * @param string $language
@@ -207,7 +207,7 @@  discard block
 block discarded – undo
207 207
      * @public function render
208 208
      * @param null
209 209
      *
210
-     * @return bool|string
210
+     * @return null|string
211 211
      */
212 212
     public function render()
213 213
     {
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserIndex.php 1 patch
Doc Comments   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -54,10 +54,10 @@  discard block
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @public function write
57
-     * @param $module
57
+     * @param string $module
58 58
      * @param $table
59 59
      * @param $tables
60
-     * @param $filename
60
+     * @param string $filename
61 61
      */
62 62
     public function write($module, $table, $tables, $filename)
63 63
     {
@@ -155,7 +155,7 @@  discard block
 block discarded – undo
155 155
     *  @public function getTemplatesUserIndexBodyDefault
156 156
      * @param $module
157 157
      * @param $table
158
-     * @param $language
158
+     * @param string $language
159 159
      * @return bool|string
160 160
      */
161 161
     public function getTemplatesUserIndexBodyDefault($module, $table, $language)
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
      * @param $moduleDirname
210 210
      * @param $tableName
211 211
      * @param $tableSoleName
212
-     * @param $language
212
+     * @param string $language
213 213
      * @return bool|string
214 214
      */
215 215
     public function getTemplateUserIndexCategories($moduleDirname, $tableName, $tableSoleName, $language)
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
      * @param $moduleDirname
261 261
      * @param $tableName
262 262
      * @param $tableSoleName
263
-     * @param $language
263
+     * @param string $language
264 264
      * @return bool|string
265 265
      */
266 266
     public function getTemplateUserIndexTable($moduleDirname, $tableName, $tableSoleName, $language)
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
     /**
306 306
     *  @public function render
307 307
     *  @param null
308
-     * @return bool|string
308
+     * @return null|string
309 309
      */
310 310
     public function render()
311 311
     {
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserPages.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     /**
100 100
     *  @private function getTemplatesUserPagesThead
101 101
     *  @param string $language
102
-     * @param $tableName
102
+     * @param string $tableName
103 103
      * @return string
104 104
      */
105 105
     private function getTemplatesUserPagesTableThead($tableName, $language)
@@ -118,7 +118,7 @@  discard block
 block discarded – undo
118 118
     *  @private function getTemplatesUserPagesTbody
119 119
     *  @param string $moduleDirname
120 120
     *  @param string $language
121
-     * @param $tableName
121
+     * @param string $tableName
122 122
      * @param $tableSolename
123 123
      * @return string
124 124
      */
@@ -157,7 +157,7 @@  discard block
 block discarded – undo
157 157
      * @param $moduleDirname
158 158
      * @param $tableName
159 159
      * @param $tableSolename
160
-     * @param $language
160
+     * @param string $language
161 161
      * @return string
162 162
      */
163 163
     private function getTemplatesUserPages($moduleDirname, $tableName, $tableSolename, $language)
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     *  @public function render
187 187
     *  @param null
188 188
      *
189
-     * @return bool|string
189
+     * @return null|string
190 190
      */
191 191
     public function render()
192 192
     {
Please login to merge, or discard this patch.
class/files/user/UserBroken.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
 
55 55
     /**
56 56
      *  @public function write
57
-     *  @param $module
57
+     *  @param string $module
58 58
      *  @param mixed $table
59
-     *  @param $filename
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
      *  @param $tableName
177 177
      *  @param $tableSoleName
178 178
      *  @param $tableAutoincrement
179
-     *  @param $language
179
+     *  @param string $language
180 180
      * @return bool|string
181 181
       */
182 182
     private function getUserBrokenSwitch($moduleDirname, $tableName, $tableSoleName, $tableAutoincrement, $language)
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      *  @public function render
197 197
      *  @param null
198
-     * @return bool|string
198
+     * @return null|string
199 199
      */
200 200
     public function render()
201 201
     {
Please login to merge, or discard this patch.
class/files/user/UserPdf.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * @param $moduleDirname
84 84
      * @param $tableName
85 85
      * @param $fields
86
-     * @param $language
86
+     * @param string $language
87 87
      * @return string
88 88
      */
89 89
     private function getUserPdfHeader($moduleDirname, $tableName, $fields, $language)
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     /**
215 215
     *  @public function render
216 216
     *  @param null
217
-     * @return bool|string
217
+     * @return null|string
218 218
      */
219 219
     public function render()
220 220
     {
Please login to merge, or discard this patch.
class/files/user/UserSubmit.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
     *  @public function getUserSubmitFooter
170 170
     *  @param null
171 171
      * @param $moduleDirname
172
-     * @param $language
172
+     * @param string $language
173 173
      * @return string
174 174
      */
175 175
     public function getUserSubmitFooter($moduleDirname, $language)
@@ -193,8 +193,8 @@  discard block
 block discarded – undo
193 193
      * @param $tableSolename
194 194
      * @param $tableSubmit
195 195
      * @param $tableAutoincrement
196
-     * @param $language
197
-     * @param $t
196
+     * @param string $language
197
+     * @param string $t
198 198
      * @return string
199 199
      */
200 200
     private function getUserSubmitSwitch($moduleDirname, $tableId, $tableMid, $tableName, $tableSolename, $tableSubmit, $tableAutoincrement, $language, $t)
@@ -210,7 +210,7 @@  discard block
 block discarded – undo
210 210
     /**
211 211
     *  @public function render
212 212
     *  @param null
213
-     * @return bool|string
213
+     * @return null|string
214 214
      */
215 215
     public function render()
216 216
     {
Please login to merge, or discard this patch.
class/files/user/UserXoopsCode.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
      *
63 63
      * @param string $type
64 64
      * @param        $language
65
-     * @param        $tableName
65
+     * @param        string $tableName
66 66
      *
67 67
      * @param string $t
68 68
      * @return string
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
      *
129 129
      * @param $moduleDirname
130 130
      *
131
-     * @param $language
131
+     * @param string $language
132 132
      * @return string
133 133
      */
134 134
     public function getUserBreadcrumbsHeaderFile($moduleDirname, $language)
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
      *
165 165
      * @param int    $eleArray
166 166
      * @param        $descriptions
167
-     * @param null   $name
167
+     * @param string   $name
168 168
      * @param null   $index
169 169
      * @param bool   $num
170 170
      * @param string $t
Please login to merge, or discard this patch.
class/files/user/UserXoopsVersion.php 1 patch
Doc Comments   +27 added lines, -27 removed lines patch added patch discarded remove patch
@@ -59,10 +59,10 @@  discard block
 block discarded – undo
59 59
 
60 60
     /**
61 61
     *  @public function write
62
-    *  @param $module
62
+    *  @param string $module
63 63
     *  @param mixed $table
64 64
     *  @param mixed $tables
65
-    *  @param $filename
65
+    *  @param string $filename
66 66
      */
67 67
     public function write($module, $table, $tables, $filename)
68 68
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * @private function getXoopsVersionHeader
104 104
      * @param $module
105
-     * @param $language
105
+     * @param string $language
106 106
      *
107 107
      * @return string
108 108
      */
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
 
325 325
     /**
326 326
     *  @private function getXoopsVersionSubmenu
327
-       * @param $language
327
+       * @param string $language
328 328
      * @param $tables
329 329
      * @return string
330 330
      */
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     *  @private function getXoopsVersionBlocks
360 360
       * @param $moduleDirname
361 361
      * @param $tables
362
-     * @param $language
362
+     * @param string $language
363 363
      * @return string
364 364
      */
365 365
     private function getXoopsVersionBlocks($moduleDirname, $tables, $language)
@@ -392,7 +392,7 @@  discard block
 block discarded – undo
392 392
     *  @private function getXoopsVersionTypeBlocks
393 393
      * @param $moduleDirname
394 394
      * @param $tableName
395
-     * @param $stuTableSoleName
395
+     * @param string $stuTableSoleName
396 396
      * @param $language
397 397
      * @param $type
398 398
      * @return string
@@ -417,7 +417,7 @@  discard block
 block discarded – undo
417 417
     *  @private function getXoopsVersionConfig
418 418
      * @param $module
419 419
      * @param $table
420
-     * @param $language
420
+     * @param string $language
421 421
      *
422 422
      * @return string
423 423
      */
@@ -606,7 +606,7 @@  discard block
 block discarded – undo
606 606
     /**
607 607
     *  @private function getXoopsVersionNotifications
608 608
      * @param $module
609
-     * @param $language
609
+     * @param string $language
610 610
      * @return string
611 611
      */
612 612
     private function getXoopsVersionNotifications($module, $language)
@@ -696,12 +696,12 @@  discard block
 block discarded – undo
696 696
     /**
697 697
     *  @private function getXoopsVersionNotificationGlobal
698 698
      * @param $language
699
-     * @param $type
700
-     * @param $name
701
-     * @param $title
699
+     * @param string $type
700
+     * @param string $name
701
+     * @param string $title
702 702
      * @param $from
703 703
      *
704
-     * @param $num
704
+     * @param integer $num
705 705
      * @return string
706 706
      */
707 707
     private function getXoopsVersionNotificationGlobal($language, $type, $name, $title, $from, $num)
@@ -721,13 +721,13 @@  discard block
 block discarded – undo
721 721
     /**
722 722
     *  @private function getXoopsVersionNotificationCategory
723 723
      * @param $language
724
-     * @param $type
725
-     * @param $name
726
-     * @param $title
724
+     * @param string $type
725
+     * @param string $name
726
+     * @param string $title
727 727
      * @param $file
728 728
      * @param $item
729
-     * @param $allow
730
-     * @param $num
729
+     * @param string $allow
730
+     * @param integer $num
731 731
      * @return string
732 732
      */
733 733
     private function getXoopsVersionNotificationCategory($language, $type, $name, $title, $file, $item, $allow, $num)
@@ -747,14 +747,14 @@  discard block
 block discarded – undo
747 747
     /**
748 748
     *  @private function getXoopsVersionNotificationTableName
749 749
      * @param $language
750
-     * @param $type
750
+     * @param string $type
751 751
      * @param $name
752 752
      * @param $title
753 753
      * @param $file
754 754
      * @param $item
755
-     * @param $allow
755
+     * @param integer $allow
756 756
      *
757
-     * @param $num
757
+     * @param integer $num
758 758
      * @return string
759 759
      */
760 760
     private function getXoopsVersionNotificationTableName($language, $type, $name, $title, $file, $item, $allow, $num)
@@ -774,15 +774,15 @@  discard block
 block discarded – undo
774 774
     /**
775 775
     *  @private function getXoopsVersionNotifications
776 776
      * @param $language
777
-     * @param $type
778
-     * @param $name
777
+     * @param string $type
778
+     * @param string $name
779 779
      * @param $category
780
-     * @param $admin
780
+     * @param integer $admin
781 781
      * @param $title
782
-     * @param $table
783
-     * @param $mail
782
+     * @param string $table
783
+     * @param string $mail
784 784
      *
785
-     * @param $num
785
+     * @param integer $num
786 786
      * @return string
787 787
      */
788 788
     private function getXoopsVersionNotificationCodeComplete($language, $type, $name, $category, $admin, $title, $table, $mail, $num)
@@ -804,7 +804,7 @@  discard block
 block discarded – undo
804 804
     /**
805 805
     *  @public function render
806 806
     *  @param null
807
-     * @return bool|string
807
+     * @return null|string
808 808
      */
809 809
     public function render()
810 810
     {
Please login to merge, or discard this patch.