Completed
Push — master ( 6b7a6d...74143b )
by Gino
20s
created
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/templates/user/TemplatesUserMoreFiles.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -32,9 +32,9 @@  discard block
 block discarded – undo
32 32
     private $extension = null;
33 33
 
34 34
     /**
35
-    *  @public function constructor
36
-    *  @param null
37
-    */
35
+     *  @public function constructor
36
+     *  @param null
37
+     */
38 38
 
39 39
     public function __construct()
40 40
     {
@@ -42,8 +42,8 @@  discard block
 block discarded – undo
42 42
     }
43 43
 
44 44
     /**
45
-    *  @static function getInstance
46
-    *  @param null
45
+     *  @static function getInstance
46
+     *  @param null
47 47
      * @return TemplatesUserMoreFiles
48 48
      */
49 49
     public static function getInstance()
@@ -57,9 +57,9 @@  discard block
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-    *  @public function write
61
-    *  @param string $module
62
-    *  @param string $filename
60
+     *  @public function write
61
+     *  @param string $module
62
+     *  @param string $filename
63 63
      * @param $folder
64 64
      * @param $extension
65 65
      * @return string
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-    *  @private function getTemplatesUserMoreFile
76
+     *  @private function getTemplatesUserMoreFile
77 77
      * @param null
78 78
      *
79 79
      * @return string
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     }
91 91
 
92 92
     /**
93
-    *  @public function render
93
+     *  @public function render
94 94
      * @param null
95 95
      * @return bool|string
96 96
      *
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserCategories.php 2 patches
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.
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/templates/user/TemplatesUserHeader.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserHeader extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var string
32
-    */
31
+     * @var string
32
+     */
33 33
     private $tdmcfile = null;
34 34
 
35 35
     /**
36
-    *  @public function constructor
37
-    *  @param null
38
-    */
36
+     *  @public function constructor
37
+     *  @param null
38
+     */
39 39
 
40 40
     public function __construct()
41 41
     {
@@ -45,8 +45,8 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-    *  @static function getInstance
49
-    *  @param null
48
+     *  @static function getInstance
49
+     *  @param null
50 50
      * @return TemplatesUserHeader
51 51
      */
52 52
     public static function getInstance()
@@ -60,9 +60,9 @@  discard block
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-    *  @public function write
64
-    *  @param string $module
65
-    *  @param string $filename
63
+     *  @public function write
64
+     *  @param string $module
65
+     *  @param string $filename
66 66
      */
67 67
     public function write($module, $filename)
68 68
     {
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-    *  @public function getTemplatesUserHeader
74
+     *  @public function getTemplatesUserHeader
75 75
      * @param $moduleDirname
76 76
      * @return bool|string
77 77
      */
@@ -109,8 +109,8 @@  discard block
 block discarded – undo
109 109
     }
110 110
 
111 111
     /**
112
-    *  @public function render
113
-    *  @param null
112
+     *  @public function render
113
+     *  @param null
114 114
      * @return bool|string
115 115
      */
116 116
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserFacebookComments.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserFacebookComments 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 TemplatesUserFacebookComments
44 44
      */
45 45
     public static function getInstance()
@@ -53,9 +53,9 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $filename
59 59
      *
60 60
      * @return string
61 61
      */
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesCommentCode
69
+     *  @private function getTemplatesCommentCode
70 70
      * @param null
71 71
      *
72 72
      * @return string
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @public function render
82
+     *  @public function render
83 83
      * @return bool|string
84 84
      */
85 85
     public function render()
Please login to merge, or discard this patch.
class/files/templates/admin/TemplatesAdminHeader.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesAdminHeader 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
     {
@@ -52,9 +52,9 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-    *  @public function write
56
-    *  @param string $module
57
-    *  @param string $filename
55
+     *  @public function write
56
+     *  @param string $module
57
+     *  @param string $filename
58 58
      */
59 59
     public function write($module, $filename)
60 60
     {
@@ -63,8 +63,8 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-    *  @public function render
67
-    *  @param null
66
+     *  @public function render
67
+     *  @param null
68 68
      * @return bool|string
69 69
      */
70 70
     public function render()
Please login to merge, or discard this patch.
class/files/templates/admin/TemplatesAdminIndex.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesAdminIndex 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
     {
@@ -52,9 +52,9 @@  discard block
 block discarded – undo
52 52
     }
53 53
 
54 54
     /**
55
-    *  @public function write
56
-    *  @param string $module
57
-    *  @param string $filename
55
+     *  @public function write
56
+     *  @param string $module
57
+     *  @param string $filename
58 58
      */
59 59
     public function write($module, $filename)
60 60
     {
Please login to merge, or discard this patch.
class/files/preloads/PreloadsCore.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 class PreloadsCore extends TDMCreateFile
30 30
 {
31 31
     /**
32
-    *  @public function constructor
33
-    *  @param null
34
-    */
32
+     *  @public function constructor
33
+     *  @param null
34
+     */
35 35
 
36 36
     public function __construct()
37 37
     {
@@ -40,8 +40,8 @@  discard block
 block discarded – undo
40 40
     }
41 41
 
42 42
     /**
43
-    *  @static function getInstance
44
-    *  @param null
43
+     *  @static function getInstance
44
+     *  @param null
45 45
      * @return PreloadsCore
46 46
      */
47 47
     public static function getInstance()
@@ -55,9 +55,9 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-    *  @public function write
59
-    *  @param $module
60
-    *  @param $filename
58
+     *  @public function write
59
+     *  @param $module
60
+     *  @param $filename
61 61
      */
62 62
     public function write($module, $filename)
63 63
     {
@@ -66,10 +66,10 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @public function render
70
-    *  @param null
71
-    *  @return bool|string
72
-    */
69
+     *  @public function render
70
+     *  @param null
71
+     *  @return bool|string
72
+     */
73 73
     public function render()
74 74
     {
75 75
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/user/UserObjects.php 1 patch
Indentation   +100 added lines, -100 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 class UserObjects extends TDMCreateFile
30 30
 {
31 31
     /**
32
-    *  @public function constructor
33
-    *  @param null
34
-    */
32
+     *  @public function constructor
33
+     *  @param null
34
+     */
35 35
 
36 36
     public function __construct()
37 37
     {
@@ -39,8 +39,8 @@  discard block
 block discarded – undo
39 39
     }
40 40
 
41 41
     /**
42
-    *  @static function getInstance
43
-    *  @param null
42
+     *  @static function getInstance
43
+     *  @param null
44 44
      * @return UserObjects
45 45
      */
46 46
     public static function getInstance()
@@ -54,11 +54,11 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-    *  @public function getUserHeaderTpl
58
-    *  @param string $moduleDirname
59
-    *  @param string $tableName
60
-    *  @return string
61
-    */
57
+     *  @public function getUserHeaderTpl
58
+     *  @param string $moduleDirname
59
+     *  @param string $tableName
60
+     *  @return string
61
+     */
62 62
     public function getUserHeaderTpl($moduleDirname, $tableName)
63 63
     {
64 64
         $ret = <<<EOT
@@ -71,10 +71,10 @@  discard block
 block discarded – undo
71 71
     }
72 72
 
73 73
     /**
74
-    *  @public function getUserIndex
75
-    *  @param string $moduleDirname
76
-    *  @return string
77
-    */
74
+     *  @public function getUserIndex
75
+     *  @param string $moduleDirname
76
+     *  @return string
77
+     */
78 78
     public function getUserIndex($moduleDirname)
79 79
     {
80 80
         $ret = <<<EOT
@@ -87,8 +87,8 @@  discard block
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-    *  @public function getUserFooter
91
-    *  @param null
90
+     *  @public function getUserFooter
91
+     *  @param null
92 92
      * @return string
93 93
      */
94 94
     public function getUserFooter()
@@ -101,11 +101,11 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-    *  @public function getSimpleSetVar
105
-    *  @param string $tableName
106
-    *  @param string $fieldName
107
-    *  @return string
108
-    */
104
+     *  @public function getSimpleSetVar
105
+     *  @param string $tableName
106
+     *  @param string $fieldName
107
+     *  @return string
108
+     */
109 109
     public function getSimpleSetVar($tableName, $fieldName)
110 110
     {
111 111
         $ret = <<<EOT
@@ -117,11 +117,11 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
-    *  @public function getTextDateSelectSetVar
121
-    *  @param string $tableName
122
-    *  @param string $fieldName
123
-    *  @return string
124
-    */
120
+     *  @public function getTextDateSelectSetVar
121
+     *  @param string $tableName
122
+     *  @param string $fieldName
123
+     *  @return string
124
+     */
125 125
     public function getTextDateSelectSetVar($tableName, $fieldName)
126 126
     {
127 127
         $ret = <<<EOT
@@ -133,11 +133,11 @@  discard block
 block discarded – undo
133 133
     }
134 134
 
135 135
     /**
136
-    *  @public function getCheckBoxOrRadioYNSetVar
137
-    *  @param string $tableName
138
-    *  @param string $fieldName
139
-    *  @return string
140
-    */
136
+     *  @public function getCheckBoxOrRadioYNSetVar
137
+     *  @param string $tableName
138
+     *  @param string $fieldName
139
+     *  @return string
140
+     */
141 141
     public function getCheckBoxOrRadioYNSetVar($tableName, $fieldName)
142 142
     {
143 143
         $ret = <<<EOT
@@ -149,12 +149,12 @@  discard block
 block discarded – undo
149 149
     }
150 150
 
151 151
     /**
152
-    *  @public function getUrlFileSetVar
153
-    *  @param $moduleDirname
154
-    *  @param $tableName
155
-    *  @param $fieldName
156
-    *  @return string
157
-    */
152
+     *  @public function getUrlFileSetVar
153
+     *  @param $moduleDirname
154
+     *  @param $tableName
155
+     *  @param $fieldName
156
+     *  @return string
157
+     */
158 158
     public function getUrlFileSetVar($moduleDirname, $tableName, $fieldName)
159 159
     {
160 160
         $stuModuleDirname = strtoupper($moduleDirname);
@@ -181,12 +181,12 @@  discard block
 block discarded – undo
181 181
     }
182 182
 
183 183
     /**
184
-    *  @public function getImageListSetVar
185
-    *  @param string $moduleDirname
186
-    *  @param string $tableName
187
-    *  @param string $fieldName
188
-    *  @return string
189
-    */
184
+     *  @public function getImageListSetVar
185
+     *  @param string $moduleDirname
186
+     *  @param string $tableName
187
+     *  @param string $fieldName
188
+     *  @return string
189
+     */
190 190
     public function getImageListSetVar($moduleDirname, $tableName, $fieldName)
191 191
     {
192 192
         $ret = <<<EOT
@@ -249,12 +249,12 @@  discard block
 block discarded – undo
249 249
     }
250 250
 
251 251
     /**
252
-    *  @public function getUploadFileSetVar
253
-    *  @param string $moduleDirname
254
-    *  @param string $tableName
255
-    *  @param string $fieldName
256
-    *  @return string
257
-    */
252
+     *  @public function getUploadFileSetVar
253
+     *  @param string $moduleDirname
254
+     *  @param string $tableName
255
+     *  @param string $fieldName
256
+     *  @return string
257
+     */
258 258
     public function getUploadFileSetVar($moduleDirname, $tableName, $fieldName)
259 259
     {
260 260
         $stuModuleDirname = strtoupper($moduleDirname);
@@ -347,13 +347,13 @@  discard block
 block discarded – undo
347 347
     }
348 348
 
349 349
     /**
350
-    *  @public function getSimpleGetVar
351
-    *  @param string $lpFieldName
352
-    *  @param string $rpFieldName
353
-    *  @param string $tableName
354
-    *  @param string $fieldName
355
-    *  @return string
356
-    */
350
+     *  @public function getSimpleGetVar
351
+     *  @param string $lpFieldName
352
+     *  @param string $rpFieldName
353
+     *  @param string $tableName
354
+     *  @param string $fieldName
355
+     *  @return string
356
+     */
357 357
     public function getSimpleGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
358 358
     {
359 359
         $ret = <<<EOT
@@ -365,15 +365,15 @@  discard block
 block discarded – undo
365 365
     }
366 366
 
367 367
     /**
368
-    *  @public function getTopicGetVar
369
-    *  @param string $lpFieldName
370
-    *  @param string $rpFieldName
371
-    *  @param string $tableName
372
-    *  @param string $tableNameTopic
373
-    *  @param string $fieldNameParent
374
-    *  @param string $fieldNameTopic
375
-    *  @return string
376
-    */
368
+     *  @public function getTopicGetVar
369
+     *  @param string $lpFieldName
370
+     *  @param string $rpFieldName
371
+     *  @param string $tableName
372
+     *  @param string $tableNameTopic
373
+     *  @param string $fieldNameParent
374
+     *  @param string $fieldNameTopic
375
+     *  @return string
376
+     */
377 377
     public function getTopicGetVar($lpFieldName, $rpFieldName, $tableName, $tableNameTopic, $fieldNameParent, $fieldNameTopic)
378 378
     {
379 379
         $ret = <<<EOT
@@ -386,13 +386,13 @@  discard block
 block discarded – undo
386 386
     }
387 387
 
388 388
     /**
389
-    *  @public function getUploadImageGetVar
390
-    *  @param string $lpFieldName
391
-    *  @param string $rpFieldName
392
-    *  @param string $tableName
393
-    *  @param string $fieldName
394
-    *  @return string
395
-    */
389
+     *  @public function getUploadImageGetVar
390
+     *  @param string $lpFieldName
391
+     *  @param string $rpFieldName
392
+     *  @param string $tableName
393
+     *  @param string $fieldName
394
+     *  @return string
395
+     */
396 396
     public function getUploadImageGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
397 397
     {
398 398
         $ret = <<<EOT
@@ -406,13 +406,13 @@  discard block
 block discarded – undo
406 406
     }
407 407
 
408 408
     /**
409
-    *  @public function getUrlFileGetVar
410
-    *  @param string $lpFieldName
411
-    *  @param string $rpFieldName
412
-    *  @param string $tableName
413
-    *  @param string $fieldName
414
-    *  @return string
415
-    */
409
+     *  @public function getUrlFileGetVar
410
+     *  @param string $lpFieldName
411
+     *  @param string $rpFieldName
412
+     *  @param string $tableName
413
+     *  @param string $fieldName
414
+     *  @return string
415
+     */
416 416
     public function getUrlFileGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
417 417
     {
418 418
         $ret = <<<EOT
@@ -424,13 +424,13 @@  discard block
 block discarded – undo
424 424
     }
425 425
 
426 426
     /**
427
-    *  @public function getTextAreaGetVar
428
-    *  @param string $lpFieldName
429
-    *  @param string $rpFieldName
430
-    *  @param string $tableName
431
-    *  @param string $fieldName
432
-    *  @return string
433
-    */
427
+     *  @public function getTextAreaGetVar
428
+     *  @param string $lpFieldName
429
+     *  @param string $rpFieldName
430
+     *  @param string $tableName
431
+     *  @param string $fieldName
432
+     *  @return string
433
+     */
434 434
     public function getTextAreaGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
435 435
     {
436 436
         $ret = <<<EOT
@@ -442,13 +442,13 @@  discard block
 block discarded – undo
442 442
     }
443 443
 
444 444
     /**
445
-    *  @public function getSelectUserGetVar
446
-    *  @param string $lpFieldName
447
-    *  @param string $rpFieldName
448
-    *  @param string $tableName
449
-    *  @param string $fieldName
450
-    *  @return string
451
-    */
445
+     *  @public function getSelectUserGetVar
446
+     *  @param string $lpFieldName
447
+     *  @param string $rpFieldName
448
+     *  @param string $tableName
449
+     *  @param string $fieldName
450
+     *  @return string
451
+     */
452 452
     public function getSelectUserGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
453 453
     {
454 454
         $ret = <<<EOT
@@ -460,13 +460,13 @@  discard block
 block discarded – undo
460 460
     }
461 461
 
462 462
     /**
463
-    *  @public function getTextDateSelectGetVar
464
-    *  @param string $lpFieldName
465
-    *  @param string $rpFieldName
466
-    *  @param string $tableName
467
-    *  @param string $fieldName
468
-    *  @return string
469
-    */
463
+     *  @public function getTextDateSelectGetVar
464
+     *  @param string $lpFieldName
465
+     *  @param string $rpFieldName
466
+     *  @param string $tableName
467
+     *  @param string $fieldName
468
+     *  @return string
469
+     */
470 470
     public function getTextDateSelectGetVar($lpFieldName, $rpFieldName, $tableName, $fieldName)
471 471
     {
472 472
         $ret = <<<EOT
Please login to merge, or discard this patch.