Completed
Push — master ( fc5d0d...dc1f79 )
by Goffy
02:28
created
class/files/include/IncludeInstall.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     /**
139 139
     *  @public function render
140 140
     *  @param null
141
-     * @return bool|string
141
+     * @return null|string
142 142
      */
143 143
     public function render()
144 144
     {
Please login to merge, or discard this patch.
class/files/include/IncludeNotifications.php 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
     /**
139 139
     *  @public function render
140 140
     *  @param null
141
-     * @return bool|string
141
+     * @return null|string
142 142
      */
143 143
     public function render()
144 144
     {
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.
class/files/include/IncludeCommentFunctions.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 IncludeCommentFunctions 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 IncludeCommentFunctions
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
      * @param $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
@@ -66,8 +66,8 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @public function render
70
-    *  @param null
69
+     *  @public function render
70
+     *  @param null
71 71
      * @return bool|string
72 72
      */
73 73
     public function render()
Please login to merge, or discard this patch.
class/files/assets/js/JavascriptJQuery.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 JavascriptJQuery 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 JavascriptJQuery
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
     {
Please login to merge, or discard this patch.
class/files/assets/js/JsJquery.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 JsJquery 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 JsJquery
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 string $module
60
-    *  @param string $filename
58
+     *  @public function write
59
+     *  @param string $module
60
+     *  @param string $filename
61 61
      */
62 62
     public function write($module, $filename)
63 63
     {
@@ -66,8 +66,8 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @public function render
70
-    *  @param null
69
+     *  @public function render
70
+     *  @param null
71 71
      * @return bool|string
72 72
      */
73 73
     public function render()
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 TDMCreateFieldtype 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 TDMCreateFieldtype
47 47
      */
48 48
     public static function getInstance()
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/fieldnull.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TDMCreateFieldnull extends XoopsObject
29 29
 {
30 30
     /**
31
-    *  @public function constructor class
32
-    *  @param null
33
-    */
31
+     *  @public function constructor class
32
+     *  @param null
33
+     */
34 34
 
35 35
     public function __construct()
36 36
     {
@@ -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 TDMCreateFieldnull
46 46
      */
47 47
     public static function getInstance()
Please login to merge, or discard this patch.