Completed
Push — master ( 38ab27...5e4bad )
by Goffy
02:55
created
class/files/classes/ClassHelper.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 ClassHelper 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 ClassHelper
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
     public function write($module, $filename)
61 61
     {
@@ -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/include/IncludeComments.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeComments 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 IncludeComments
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 mixed $table
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param mixed $table
59 59
      */
60 60
     public function write($module, $table)
61 61
     {
@@ -64,9 +64,9 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-    *  @public function getCommentsIncludes
68
-    *  @param string $module
69
-    *  @param string $filename
67
+     *  @public function getCommentsIncludes
68
+     *  @param string $module
69
+     *  @param string $filename
70 70
      *
71 71
      * @return bool|string
72 72
      */
@@ -84,9 +84,9 @@  discard block
 block discarded – undo
84 84
     }
85 85
 
86 86
     /**
87
-    *  @public function getCommentsNew
88
-    *  @param string $module
89
-    *  @param string $filename
87
+     *  @public function getCommentsNew
88
+     *  @param string $module
89
+     *  @param string $filename
90 90
      *
91 91
      * @return bool|string
92 92
      */
@@ -118,9 +118,9 @@  discard block
 block discarded – undo
118 118
         return $this->renderFile();
119 119
     }
120 120
     /**
121
-    *  @public function render
122
-    *  @param null
123
-    */
121
+     *  @public function render
122
+     *  @param null
123
+     */
124 124
     /*public function render() {
125 125
         $module = $this->getModule();
126 126
         $table = $this->getTable();
Please login to merge, or discard this patch.
class/files/include/IncludeSearch.php 1 patch
Indentation   +15 added lines, -15 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeSearch 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
     {
@@ -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 IncludeSearch
45 45
      */
46 46
     public static function getInstance()
@@ -54,10 +54,10 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-    *  @public function write
58
-    *  @param string $module
59
-    *  @param mixed $table
60
-    *  @param string $filename
57
+     *  @public function write
58
+     *  @param string $module
59
+     *  @param mixed $table
60
+     *  @param string $filename
61 61
      */
62 62
     public function write($module, $table, $filename)
63 63
     {
@@ -67,9 +67,9 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-    *  @static function getSearchField
71
-    *  @param string $fieldSearch
72
-    *  @param string $options
70
+     *  @static function getSearchField
71
+     *  @param string $fieldSearch
72
+     *  @param string $options
73 73
      *
74 74
      * @return string
75 75
      */
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
     }
95 95
 
96 96
     /**
97
-    *  @static function getSearchFunction
97
+     *  @static function getSearchFunction
98 98
      * @param $moduleDirname
99 99
      *
100 100
      * @return string
@@ -162,8 +162,8 @@  discard block
 block discarded – undo
162 162
     }
163 163
 
164 164
     /**
165
-    *  @public function render
166
-    *  @param null
165
+     *  @public function render
166
+     *  @param null
167 167
      * @return bool|string
168 168
      */
169 169
     public function render()
Please login to merge, or discard this patch.
class/files/include/IncludeJquery.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -29,9 +29,9 @@  discard block
 block discarded – undo
29 29
 class IncludeJquery 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 IncludeJquery
45 45
      */
46 46
     public static function getInstance()
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-    *  @public function write
58
-    *  @param string $module
59
-    *  @param string $filename
57
+     *  @public function write
58
+     *  @param string $module
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $filename)
62 62
     {
@@ -65,8 +65,8 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    *  @public function render
69
-    *  @param null
68
+     *  @public function render
69
+     *  @param null
70 70
      * @return bool|string
71 71
      */
72 72
     public function render()
Please login to merge, or discard this patch.
class/files/include/IncludeCommon.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeCommon 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 IncludeCommon
44 44
      */
45 45
     public static function getInstance()
@@ -53,11 +53,11 @@  discard block
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-    *  @public function write
57
-    *  @param string $module
58
-    *  @param object $table
59
-    *  @param string $filename
60
-    */
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param object $table
59
+     *  @param string $filename
60
+     */
61 61
     public function write($module, $table, $filename)
62 62
     {
63 63
         $this->setModule($module);
@@ -79,10 +79,10 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @private function getCommonCode
83
-    *  @param XoopsObject $module
84
-    * @return string
85
-    */
82
+     *  @private function getCommonCode
83
+     *  @param XoopsObject $module
84
+     * @return string
85
+     */
86 86
     private function getCommonCode($module)
87 87
     {
88 88
         $pc = TDMCreatePhpCode::getInstance();
@@ -135,8 +135,8 @@  discard block
 block discarded – undo
135 135
     }
136 136
 
137 137
     /**
138
-    *  @public function render
139
-    *  @param null
138
+     *  @public function render
139
+     *  @param null
140 140
      * @return bool|string
141 141
      */
142 142
     public function render()
Please login to merge, or discard this patch.
class/files/include/IncludeFunctions.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeFunctions 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 IncludeFunctions
44 44
      */
45 45
     public static function getInstance()
@@ -65,8 +65,8 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    *  @private function getFunctionBlock
69
-    *  @param string $moduleDirname
68
+     *  @private function getFunctionBlock
69
+     *  @param string $moduleDirname
70 70
      *
71 71
      * @return string
72 72
      */
@@ -93,8 +93,8 @@  discard block
 block discarded – undo
93 93
     }
94 94
 
95 95
     /**
96
-    *  @private function getFunctionGetMyItemIds
97
-    *  @param string $moduleDirname
96
+     *  @private function getFunctionGetMyItemIds
97
+     *  @param string $moduleDirname
98 98
      * @param $tableName
99 99
      *
100 100
      * @return string
Please login to merge, or discard this patch.
class/files/include/IncludeInstall.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeInstall 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 IncludeInstall
44 44
      */
45 45
     public static function getInstance()
@@ -126,8 +126,8 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-    *  @private function getInstallImagesFolder
130
-    *  @param string $moduleDirname
129
+     *  @private function getInstallImagesFolder
130
+     *  @param string $moduleDirname
131 131
      *
132 132
      * @return string
133 133
      */
@@ -200,8 +200,8 @@  discard block
 block discarded – undo
200 200
     }
201 201
 
202 202
     /**
203
-    *  @private function getInstallTableFilesFolder
204
-    *  @param string $tableName
203
+     *  @private function getInstallTableFilesFolder
204
+     *  @param string $tableName
205 205
      *
206 206
      * @return string
207 207
      */
@@ -217,8 +217,8 @@  discard block
 block discarded – undo
217 217
     }
218 218
 
219 219
     /**
220
-    *  @private function getInstallFooter
221
-    *  @param null
220
+     *  @private function getInstallFooter
221
+     *  @param null
222 222
      * @return string
223 223
      */
224 224
     private function getInstallFooter()
@@ -227,8 +227,8 @@  discard block
 block discarded – undo
227 227
     }
228 228
 
229 229
     /**
230
-    *  @public function render
231
-    *  @param null
230
+     *  @public function render
231
+     *  @param null
232 232
      * @return bool|string
233 233
      */
234 234
     public function render()
Please login to merge, or discard this patch.
class/files/include/IncludeNotifications.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeNotifications 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 IncludeNotifications
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 mixed $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param mixed $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
-    *  @static function getNotificationsFunction
70
-    *  @param string $moduleDirname
69
+     *  @static function getNotificationsFunction
70
+     *  @param string $moduleDirname
71 71
      *
72 72
      * @return string
73 73
      */
@@ -156,8 +156,8 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-    *  @public function render
160
-    *  @param null
159
+     *  @public function render
160
+     *  @param null
161 161
      * @return bool|string
162 162
      */
163 163
     public function render()
Please login to merge, or discard this patch.
class/files/include/IncludeUpdate.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class IncludeUpdate 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 IncludeUpdate
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
     public function write($module, $filename)
61 61
     {
@@ -64,9 +64,9 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-    *  @private function getIncludeUpdateModule
68
-    *  @param string $moduleDirname
69
-    *  @param mixed $moduleVersion
67
+     *  @private function getIncludeUpdateModule
68
+     *  @param string $moduleDirname
69
+     *  @param mixed $moduleVersion
70 70
      *
71 71
      * @return string
72 72
      */
@@ -100,9 +100,9 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-    *  @private function getIncludeUpdateVersion
104
-    *  @param string $moduleDirname
105
-    *  @param mixed $moduleVersion
103
+     *  @private function getIncludeUpdateVersion
104
+     *  @param string $moduleDirname
105
+     *  @param mixed $moduleVersion
106 106
      *
107 107
      * @return string
108 108
      */
@@ -175,8 +175,8 @@  discard block
 block discarded – undo
175 175
     }
176 176
 
177 177
     /**
178
-    *  @public function render
179
-    *  @param null
178
+     *  @public function render
179
+     *  @param null
180 180
      * @return bool|string
181 181
      */
182 182
     public function render()
Please login to merge, or discard this patch.