Completed
Pull Request — master (#134)
by Michael
04:22 queued 12s
created
class/files/blocks/BlocksFiles.php 1 patch
Indentation   +21 added lines, -21 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class BlocksFiles 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,10 +38,10 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
43
-    * @return BlocksFiles
44
-    */
41
+     *  @static function getInstance
42
+     *  @param null
43
+     * @return BlocksFiles
44
+     */
45 45
     public static function getInstance()
46 46
     {
47 47
         static $instance = false;
@@ -203,15 +203,15 @@  discard block
 block discarded – undo
203 203
     }
204 204
 
205 205
     /**
206
-    *  @public function getBlocksEdit
207
-    *  @param string $moduleDirname
208
-    *  @param string $tableName
209
-    *  @param string $fieldId
210
-    *  @param string $fieldMain
211
-    *  @param string $language
212
-    *
213
-    * @return string
214
-    */
206
+     *  @public function getBlocksEdit
207
+     *  @param string $moduleDirname
208
+     *  @param string $tableName
209
+     *  @param string $fieldId
210
+     *  @param string $fieldMain
211
+     *  @param string $language
212
+     *
213
+     * @return string
214
+     */
215 215
     private function getBlocksEdit($moduleDirname, $tableName, $fieldId, $fieldMain, $language)
216 216
     {
217 217
         $stuModuleDirname = strtoupper($moduleDirname);
@@ -253,11 +253,11 @@  discard block
 block discarded – undo
253 253
     }
254 254
 
255 255
     /**
256
-    *  @public function render
257
-    *  @param null
258
-    *
259
-    * @return bool|string
260
-    */
256
+     *  @public function render
257
+     *  @param null
258
+     *
259
+     * @return bool|string
260
+     */
261 261
     public function render()
262 262
     {
263 263
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/fieldattributes.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@  discard block
 block discarded – undo
22 22
  * @version         $Id: 1.91 fieldattributes.php 13027 2015-02-14 12:18:10Z timgno $
23 23
  */
24 24
 
25
- /**
25
+    /**
26 26
 *  @Class TDMCreateFieldattributes
27 27
 *  @extends XoopsObject
28 28
 */
@@ -33,9 +33,9 @@  discard block
 block discarded – undo
33 33
 class TDMCreateFieldattributes extends XoopsObject
34 34
 {
35 35
     /**
36
-    *  @public function constructor class
37
-    *  @param null
38
-    */
36
+     *  @public function constructor class
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 TDMCreateFieldattributes
51 51
      */
52 52
     public static function getInstance()
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/fieldelements.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 class TDMCreateFieldElements 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
     {
@@ -56,8 +56,8 @@  discard block
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
-    *  @static function getInstance
60
-    *  @param null
59
+     *  @static function getInstance
60
+     *  @param null
61 61
      * @return TDMCreateFieldElements
62 62
      */
63 63
     public static function getInstance()
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
 class TDMCreateFieldElementsHandler extends XoopsPersistableObjectHandler
99 99
 {
100 100
     /**
101
-    *  @public function constructor class
101
+     *  @public function constructor class
102 102
      * @param null|XoopsDatabase $db
103 103
      */
104 104
     public function __construct(XoopsDatabase $db)
Please login to merge, or discard this patch.
class/addfiles.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -44,9 +44,9 @@  discard block
 block discarded – undo
44 44
     private $settings;
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
     {
@@ -73,8 +73,8 @@  discard block
 block discarded – undo
73 73
     }
74 74
 
75 75
     /**
76
-    *  @static function getInstance
77
-    *  @param null
76
+     *  @static function getInstance
77
+     *  @param null
78 78
      * @return TDMCreateAddFiles
79 79
      */
80 80
     public static function getInstance()
@@ -88,8 +88,8 @@  discard block
 block discarded – undo
88 88
     }
89 89
 
90 90
     /**
91
-    *  @public function getFormMoreFiles
92
-    *  @param mixed $action
91
+     *  @public function getFormMoreFiles
92
+     *  @param mixed $action
93 93
      *
94 94
      * @return XoopsThemeForm
95 95
      */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
 class TDMCreateAddFilesHandler extends XoopsPersistableObjectHandler
162 162
 {
163 163
     /**
164
-    *  @public function constructor class
164
+     *  @public function constructor class
165 165
      * @param null|XoopsDatabase $db
166 166
      */
167 167
     public function __construct(XoopsDatabase $db)
Please login to merge, or discard this patch.
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.
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/fieldtype.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.
class/fieldnull.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.