Completed
Pull Request — master (#134)
by Michael
04:22 queued 12s
created
class/files/templates/user/TemplatesUserFooter.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 TemplatesUserFooter 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
     {
@@ -44,8 +44,8 @@  discard block
 block discarded – undo
44 44
     }
45 45
 
46 46
     /**
47
-    *  @static function getInstance
48
-    *  @param null
47
+     *  @static function getInstance
48
+     *  @param null
49 49
      * @return TemplatesUserFooter
50 50
      */
51 51
     public static function getInstance()
@@ -59,10 +59,10 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-    *  @public function write
63
-    *  @param string $module
64
-    *  @param mixed $table
65
-    *  @param string $filename
62
+     *  @public function write
63
+     *  @param string $module
64
+     *  @param mixed $table
65
+     *  @param string $filename
66 66
      */
67 67
     public function write($module, $table, $filename)
68 68
     {
@@ -94,8 +94,8 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-    *  @public function render
98
-    *  @param null
97
+     *  @public function render
98
+     *  @param null
99 99
      * @return bool|string
100 100
      */
101 101
     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/user/TemplatesUserRate.php 1 patch
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserRate 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 TemplatesUserRate
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,10 +66,10 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesUserRateHeader
70
-    *  @param string $moduleDirname
71
-    *  @param string $table
72
-    *  @param string $language
69
+     *  @private function getTemplatesUserRateHeader
70
+     *  @param string $moduleDirname
71
+     *  @param string $table
72
+     *  @param string $language
73 73
      *
74 74
      * @return string
75 75
      */
@@ -100,10 +100,10 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-    *  @private function getTemplatesUserRateBody
104
-    *  @param string $moduleDirname
105
-    *  @param string $table
106
-    *  @param string $language
103
+     *  @private function getTemplatesUserRateBody
104
+     *  @param string $moduleDirname
105
+     *  @param string $table
106
+     *  @param string $language
107 107
      *
108 108
      * @return string
109 109
      */
@@ -156,10 +156,10 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-    *  @private function getTemplatesUserRateBodyFieldnameEmpty
160
-    *  @param string $moduleDirname
161
-    *  @param string $table
162
-    *  @param string $language
159
+     *  @private function getTemplatesUserRateBodyFieldnameEmpty
160
+     *  @param string $moduleDirname
161
+     *  @param string $table
162
+     *  @param string $language
163 163
      *
164 164
      * @return string
165 165
      */
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
     }
207 207
 
208 208
     /**
209
-    *  @private function getTemplatesUserRateFooter
210
-    *  @param string $moduleDirname
209
+     *  @private function getTemplatesUserRateFooter
210
+     *  @param string $moduleDirname
211 211
      *
212 212
      * @return string
213 213
      */
@@ -221,8 +221,8 @@  discard block
 block discarded – undo
221 221
     }
222 222
 
223 223
     /**
224
-    *  @public function render
225
-    *  @param null
224
+     *  @public function render
225
+     *  @param null
226 226
      * @return bool|string
227 227
      */
228 228
     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.
class/files/user/UserPrint.php 1 patch
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@  discard block
 block discarded – undo
28 28
 class UserPrint extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $uc = null;
34 34
 
35 35
     /**
36
-    * @var string
37
-    */
36
+     * @var string
37
+     */
38 38
     private $xc = null;
39 39
 
40 40
     /**
41
-    *  @public function constructor
42
-    *  @param null
43
-    */
41
+     *  @public function constructor
42
+     *  @param null
43
+     */
44 44
 
45 45
     public function __construct()
46 46
     {
@@ -51,8 +51,8 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-    *  @static function getInstance
55
-    *  @param null
54
+     *  @static function getInstance
55
+     *  @param null
56 56
      * @return UserPrint
57 57
      */
58 58
     public static function getInstance()
@@ -66,10 +66,10 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @public function write
70
-    *  @param string $module
71
-    *  @param mixed $table
72
-    *  @param string $filename
69
+     *  @public function write
70
+     *  @param string $module
71
+     *  @param mixed $table
72
+     *  @param string $filename
73 73
      */
74 74
     public function write($module, $table, $filename)
75 75
     {
@@ -79,9 +79,9 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @public function getUserPrint
83
-    *  @param string $moduleDirname
84
-    *  @param string $language
82
+     *  @public function getUserPrint
83
+     *  @param string $moduleDirname
84
+     *  @param string $language
85 85
      *
86 86
      * @return string
87 87
      */
@@ -160,8 +160,8 @@  discard block
 block discarded – undo
160 160
     }
161 161
 
162 162
     /**
163
-    *  @public function render
164
-    *  @param null
163
+     *  @public function render
164
+     *  @param null
165 165
      * @return bool|string
166 166
      */
167 167
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserVisit.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@  discard block
 block discarded – undo
28 28
 class UserVisit extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $uc = null;
34 34
 
35 35
     /**
36
-    * @var string
37
-    */
36
+     * @var string
37
+     */
38 38
     private $xc = null;
39 39
 
40 40
     /**
41
-    *  @public function constructor
42
-    *  @param null
43
-    */
41
+     *  @public function constructor
42
+     *  @param null
43
+     */
44 44
 
45 45
     public function __construct()
46 46
     {
@@ -51,8 +51,8 @@  discard block
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-    *  @static function getInstance
55
-    *  @param null
54
+     *  @static function getInstance
55
+     *  @param null
56 56
      * @return UserVisit
57 57
      */
58 58
     public static function getInstance()
@@ -66,10 +66,10 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @public function write
70
-    *  @param string $module
71
-    *  @param mixed $table
72
-    *  @param string $filename
69
+     *  @public function write
70
+     *  @param string $module
71
+     *  @param mixed $table
72
+     *  @param string $filename
73 73
      */
74 74
     public function write($module, $table, $filename)
75 75
     {
@@ -151,8 +151,8 @@  discard block
 block discarded – undo
151 151
     }
152 152
 
153 153
     /**
154
-    *  @public function render
155
-    *  @param null
154
+     *  @public function render
155
+     *  @param null
156 156
      * @return bool|string
157 157
      */
158 158
     public function render()
Please login to merge, or discard this patch.