Passed
Push — master ( dc1f79...43726e )
by Goffy
02:26
created
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 2 patches
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.
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -165,7 +165,7 @@
 block discarded – undo
165 165
      *  @public function render
166 166
      *  @param null
167 167
      *
168
-     * @return bool|string
168
+     * @return null|string
169 169
      */
170 170
     public function render()
171 171
     {
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.
class/fieldelements.php 2 patches
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.
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -177,10 +177,10 @@
 block discarded – undo
177 177
     /**
178 178
      * Get FieldElements Criteria.
179 179
      * @param $crFieldElemsCriteria
180
-     * @param $start
181
-     * @param $limit
182
-     * @param $sort
183
-     * @param $order
180
+     * @param integer $start
181
+     * @param integer $limit
182
+     * @param string $sort
183
+     * @param string $order
184 184
      * @return mixed
185 185
      */
186 186
     private function getFieldElementsCriteria($crFieldElemsCriteria, $start, $limit, $sort, $order)
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.