Completed
Push — master ( df9201...fc5d0d )
by Goffy
9s
created
class/fieldkey.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 class TDMCreateFieldkey extends XoopsObject
30 30
 {
31 31
     /**
32
-    *  @public function constructor class
33
-    *  @param null
34
-    */
32
+     *  @public function constructor class
33
+     *  @param null
34
+     */
35 35
 
36 36
     public function __construct()
37 37
     {
@@ -41,8 +41,8 @@  discard block
 block discarded – undo
41 41
     }
42 42
 
43 43
     /**
44
-    *  @static function getInstance
45
-    *  @param null
44
+     *  @static function getInstance
45
+     *  @param null
46 46
      * @return TDMCreateFieldkey
47 47
      */
48 48
     public static function getInstance()
Please login to merge, or discard this patch.
admin/morefiles.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -91,11 +91,11 @@
 block discarded – undo
91 91
         }
92 92
         // Form file save
93 93
         $morefilesObj->setVars([
94
-                                 'file_mid' => $_POST['file_mid'],
95
-                                 'file_name' => $_POST['file_name'],
96
-                                 'file_extension' => $_POST['file_extension'],
97
-                                 'file_infolder' => $_POST['file_infolder'],
98
-                               ]);
94
+                                    'file_mid' => $_POST['file_mid'],
95
+                                    'file_name' => $_POST['file_name'],
96
+                                    'file_extension' => $_POST['file_extension'],
97
+                                    'file_infolder' => $_POST['file_infolder'],
98
+                                ]);
99 99
 
100 100
         if ($tdmcreate->getHandler('morefiles')->insert($morefilesObj)) {
101 101
             if ($morefilesObj->isNew()) {
Please login to merge, or discard this patch.
admin/addfiles.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -91,11 +91,11 @@
 block discarded – undo
91 91
         }
92 92
         // Form file save
93 93
         $addfilesObj->setVars([
94
-                                 'file_mid' => $_POST['file_mid'],
95
-                                 'file_name' => $_POST['file_name'],
96
-                                 'file_extension' => $_POST['file_extension'],
97
-                                 'file_infolder' => $_POST['file_infolder'],
98
-                              ]);
94
+                                    'file_mid' => $_POST['file_mid'],
95
+                                    'file_name' => $_POST['file_name'],
96
+                                    'file_extension' => $_POST['file_extension'],
97
+                                    'file_infolder' => $_POST['file_infolder'],
98
+                                ]);
99 99
 
100 100
         if ($tdmcreate->getHandler('addfiles')->insert($addfilesObj)) {
101 101
             if ($addfilesObj->isNew()) {
Please login to merge, or discard this patch.
class/tables.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -55,9 +55,9 @@  discard block
 block discarded – undo
55 55
     ];
56 56
 
57 57
     /**
58
-    *  @public function constructor class
59
-    *  @param null
60
-    */
58
+     *  @public function constructor class
59
+     *  @param null
60
+     */
61 61
 
62 62
     public function __construct()
63 63
     {
@@ -106,8 +106,8 @@  discard block
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-    *  @static function getInstance
110
-    *  @param null
109
+     *  @static function getInstance
110
+     *  @param null
111 111
      * @return TDMCreateTables
112 112
      */
113 113
     public static function getInstance()
@@ -121,8 +121,8 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-    *  @static function getFormTables
125
-    *  @param mixed $action
124
+     *  @static function getFormTables
125
+     *  @param mixed $action
126 126
      *
127 127
      * @return XoopsThemeForm
128 128
      */
Please login to merge, or discard this patch.
class/modules.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -44,9 +44,9 @@  discard block
 block discarded – undo
44 44
     ];
45 45
 
46 46
     /**
47
-    *  @public function constructor class
48
-    *  @param null
49
-    */
47
+     *  @public function constructor class
48
+     *  @param null
49
+     */
50 50
 
51 51
     public function __construct()
52 52
     {
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-    *  @static function getInstance
113
-    *  @param null
112
+     *  @static function getInstance
113
+     *  @param null
114 114
      * @return TDMCreateModules
115 115
      */
116 116
     public static function getInstance()
@@ -124,8 +124,8 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-    *  @public function getFormModules
128
-    *  @param mixed $action
127
+     *  @public function getFormModules
128
+     *  @param mixed $action
129 129
      *
130 130
      * @return XoopsThemeForm
131 131
      */
@@ -356,9 +356,9 @@  discard block
 block discarded – undo
356 356
     }
357 357
 
358 358
     /**
359
-    *  @private static function createLogo
360
-    *  @param mixed $logoIcon
361
-    *  @param string $moduleDirname
359
+     *  @private static function createLogo
360
+     *  @param mixed $logoIcon
361
+     *  @param string $moduleDirname
362 362
      *
363 363
      * @return bool|string
364 364
      */
Please login to merge, or discard this patch.
class/files/docs/DocsChangelog.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class DocsChangelog extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    *  @public function constructor
32
-    *  @param null
33
-    */
31
+     *  @public function constructor
32
+     *  @param null
33
+     */
34 34
 
35 35
     public function __construct()
36 36
     {
@@ -38,8 +38,8 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
41
+     *  @static function getInstance
42
+     *  @param null
43 43
      * @return DocsChangelog
44 44
      */
45 45
     public static function getInstance()
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-    *  @public function render
68
-    *  @param null
67
+     *  @public function render
68
+     *  @param null
69 69
      * @return bool|string
70 70
      */
71 71
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserCategories.php 1 patch
Indentation   +26 added lines, -26 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserCategories extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    *  @public function constructor
32
-    *  @param null
33
-    */
31
+     *  @public function constructor
32
+     *  @param null
33
+     */
34 34
 
35 35
     public function __construct()
36 36
     {
@@ -38,8 +38,8 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
41
+     *  @static function getInstance
42
+     *  @param null
43 43
      * @return TemplatesUserCategories
44 44
      */
45 45
     public static function getInstance()
@@ -53,10 +53,10 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param string $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $table
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -66,8 +66,8 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesUserCategoriesHeader
70
-    *  @param string $moduleDirname
69
+     *  @private function getTemplatesUserCategoriesHeader
70
+     *  @param string $moduleDirname
71 71
      * @return string
72 72
      *
73 73
      */
@@ -79,8 +79,8 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @private function getTemplatesUserCategoriesTable
83
-    *  @param string $language
82
+     *  @private function getTemplatesUserCategoriesTable
83
+     *  @param string $language
84 84
      * @param $moduleDirname
85 85
      * @param $tableName
86 86
      * @param $tableSoleName
@@ -97,8 +97,8 @@  discard block
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-    *  @private function getTemplatesUserCategoriesThead
101
-    *  @param string $language
100
+     *  @private function getTemplatesUserCategoriesThead
101
+     *  @param string $language
102 102
      * @param $tableName
103 103
      * @return string
104 104
      */
@@ -115,9 +115,9 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-    *  @private function getTemplatesUserCategoriesTbody
119
-    *  @param string $moduleDirname
120
-    *  @param string $language
118
+     *  @private function getTemplatesUserCategoriesTbody
119
+     *  @param string $moduleDirname
120
+     *  @param string $language
121 121
      * @param $tableName
122 122
      * @param $tableSoleName
123 123
      * @return string
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-    *  @private function getTemplatesUserCategoriesTfoot
141
+     *  @private function getTemplatesUserCategoriesTfoot
142 142
      * @return string
143 143
      *
144 144
      */
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-    *  @private function getTemplatesUserCategories
155
+     *  @private function getTemplatesUserCategories
156 156
      * @param $moduleDirname
157 157
      * @param $tableName
158 158
      * @param $tableSoleName
@@ -169,9 +169,9 @@  discard block
 block discarded – undo
169 169
     }
170 170
 
171 171
     /**
172
-    *  @private function getTemplatesUserCategoriesPanel
173
-    *  @param string $moduleDirname
174
-    *  @param string $tableName
172
+     *  @private function getTemplatesUserCategoriesPanel
173
+     *  @param string $moduleDirname
174
+     *  @param string $tableName
175 175
      * @param $tableSoleName
176 176
      * @param $language
177 177
      * @return string
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
     }
207 207
 
208 208
     /**
209
-    *  @private function getTemplatesUserCategoriesFooter
210
-    *  @param string $moduleDirname
209
+     *  @private function getTemplatesUserCategoriesFooter
210
+     *  @param string $moduleDirname
211 211
      *
212 212
      * @return string
213 213
      */
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
     }
220 220
 
221 221
     /**
222
-    *  @public function render
222
+     *  @public function render
223 223
      * @return bool|string
224 224
      *
225 225
      */
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserIndex.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserIndex extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    *  @public function constructor
32
-    *  @param null
33
-    */
31
+     *  @public function constructor
32
+     *  @param null
33
+     */
34 34
 
35 35
     public function __construct()
36 36
     {
@@ -38,8 +38,8 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
41
+     *  @static function getInstance
42
+     *  @param null
43 43
      * @return TemplatesUserIndex
44 44
      */
45 45
     public static function getInstance()
@@ -68,8 +68,8 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-    *  @public function getTemplateUserIndexHeader
72
-    *  @param $moduleDirname
71
+     *  @public function getTemplateUserIndexHeader
72
+     *  @param $moduleDirname
73 73
      * @return bool|string
74 74
      */
75 75
     public function getTemplateUserIndexHeader($moduleDirname)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-    *  @private function getTemplatesUserIndexTable
83
+     *  @private function getTemplatesUserIndexTable
84 84
      * @param $moduleDirname
85 85
      * @param $tableName
86 86
      * @param $tableSoleName
@@ -98,8 +98,8 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-    *  @private function getTemplatesUserIndexThead
102
-    *  @param string $language
101
+     *  @private function getTemplatesUserIndexThead
102
+     *  @param string $language
103 103
      * @param $tableName
104 104
      * @return string
105 105
      */
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     }
117 117
 
118 118
     /**
119
-    *  @private function getTemplatesUserIndexTbody
119
+     *  @private function getTemplatesUserIndexTbody
120 120
      * @param $moduleDirname
121 121
      * @param $tableName
122 122
      * @param $tableSoleName
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
     }
140 140
 
141 141
     /**
142
-    *  @private function getTemplatesUserIndexTfoot
142
+     *  @private function getTemplatesUserIndexTfoot
143 143
      * @return string
144 144
      */
145 145
     private function getTemplatesUserIndexTableTfoot()
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
     }
153 153
 
154 154
     /**
155
-    *  @public function getTemplatesUserIndexBodyDefault
155
+     *  @public function getTemplatesUserIndexBodyDefault
156 156
      * @param $module
157 157
      * @param $table
158 158
      * @param $language
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-    *  @public function getTemplateUserIndexCategories
208
+     *  @public function getTemplateUserIndexCategories
209 209
      * @param $moduleDirname
210 210
      * @param $tableName
211 211
      * @param $tableSoleName
@@ -256,7 +256,7 @@  discard block
 block discarded – undo
256 256
     }
257 257
 
258 258
     /**
259
-    *  @public function getTemplateUserIndexTable
259
+     *  @public function getTemplateUserIndexTable
260 260
      * @param $moduleDirname
261 261
      * @param $tableName
262 262
      * @param $tableSoleName
@@ -291,8 +291,8 @@  discard block
 block discarded – undo
291 291
     }
292 292
 
293 293
     /**
294
-    *  @public function getTemplateUserIndexFooter
295
-    *  @param $moduleDirname
294
+     *  @public function getTemplateUserIndexFooter
295
+     *  @param $moduleDirname
296 296
      * @return bool|string
297 297
      */
298 298
     public function getTemplateUserIndexFooter($moduleDirname)
@@ -303,8 +303,8 @@  discard block
 block discarded – undo
303 303
     }
304 304
 
305 305
     /**
306
-    *  @public function render
307
-    *  @param null
306
+     *  @public function render
307
+     *  @param null
308 308
      * @return bool|string
309 309
      */
310 310
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserPages.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserPages extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    *  @public function constructor
32
-    *  @param null
33
-    */
31
+     *  @public function constructor
32
+     *  @param null
33
+     */
34 34
 
35 35
     public function __construct()
36 36
     {
@@ -38,8 +38,8 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
41
+     *  @static function getInstance
42
+     *  @param null
43 43
      * @return TemplatesUserPages
44 44
      */
45 45
     public static function getInstance()
@@ -53,10 +53,10 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param string $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $table
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -66,8 +66,8 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesUserPagesHeader
70
-    *  @param string $moduleDirname
69
+     *  @private function getTemplatesUserPagesHeader
70
+     *  @param string $moduleDirname
71 71
      * @return string
72 72
      */
73 73
     private function getTemplatesUserPagesHeader($moduleDirname)
@@ -97,8 +97,8 @@  discard block
 block discarded – undo
97 97
     }
98 98
 
99 99
     /**
100
-    *  @private function getTemplatesUserPagesThead
101
-    *  @param string $language
100
+     *  @private function getTemplatesUserPagesThead
101
+     *  @param string $language
102 102
      * @param $tableName
103 103
      * @return string
104 104
      */
@@ -115,9 +115,9 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-    *  @private function getTemplatesUserPagesTbody
119
-    *  @param string $moduleDirname
120
-    *  @param string $language
118
+     *  @private function getTemplatesUserPagesTbody
119
+     *  @param string $moduleDirname
120
+     *  @param string $language
121 121
      * @param $tableName
122 122
      * @param $tableSoleName
123 123
      * @return string
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
     }
139 139
 
140 140
     /**
141
-    *  @private function getTemplatesUserPagesTfoot
141
+     *  @private function getTemplatesUserPagesTfoot
142 142
      * @param null
143 143
      * @return string
144 144
      *
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
     }
154 154
 
155 155
     /**
156
-    *  @private function getTemplatesUserPages
156
+     *  @private function getTemplatesUserPages
157 157
      * @param $moduleDirname
158 158
      * @param $tableName
159 159
      * @param $tableSoleName
@@ -170,8 +170,8 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-    *  @private function getTemplatesUserPagesFooter
174
-    *  @param string $moduleDirname
173
+     *  @private function getTemplatesUserPagesFooter
174
+     *  @param string $moduleDirname
175 175
      *
176 176
      * @return string
177 177
      */
@@ -183,8 +183,8 @@  discard block
 block discarded – undo
183 183
     }
184 184
 
185 185
     /**
186
-    *  @public function render
187
-    *  @param null
186
+     *  @public function render
187
+     *  @param null
188 188
      *
189 189
      * @return bool|string
190 190
      */
Please login to merge, or discard this patch.