Passed
Push — master ( 0c230a...4674d5 )
by Goffy
38s queued 14s
created
class/files/templates/admin/TemplatesAdminIndex.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
         $content .= $hc->getSmartyIncludeFile($moduleDirname, 'header', true, true).PHP_EOL;
79 79
         $content .= $hc->getHtmlComment('Index Page').PHP_EOL;
80 80
         $single = $hc->getSmartySingleVar('index');
81
-        $content .= $hc->getHtmlTag('div', ['class' => 'top'], $single) . PHP_EOL;
81
+        $content .= $hc->getHtmlTag('div', ['class' => 'top'], $single).PHP_EOL;
82 82
         $content .= $hc->getHtmlComment('Footer').PHP_EOL;
83 83
         $content .= $hc->getSmartyIncludeFile($moduleDirname, 'footer', true, true);
84 84
 
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/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.
class/files/user/UserBroken.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -171,14 +171,14 @@
 block discarded – undo
171 171
     }
172 172
 
173 173
     /**
174
-      *  @private function getUserSubmitSwitch
175
-      *  @param $moduleDirname
174
+     *  @private function getUserSubmitSwitch
175
+     *  @param $moduleDirname
176 176
      *  @param $tableName
177 177
      *  @param $tableSoleName
178 178
      *  @param $tableAutoincrement
179 179
      *  @param $language
180 180
      * @return bool|string
181
-      */
181
+     */
182 182
     private function getUserBrokenSwitch($moduleDirname, $tableName, $tableSoleName, $tableAutoincrement, $language)
183 183
     {
184 184
         $xc = TDMCreateXoopsCode::getInstance();
Please login to merge, or discard this patch.
class/files/user/UserListTag.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class UserListTag 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 UserListTag
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 getUserListTag
69
-    *  @param null
68
+     *  @public function getUserListTag
69
+     *  @param null
70 70
      * @return string
71 71
      */
72 72
     public function getUserListTag()
@@ -78,8 +78,8 @@  discard block
 block discarded – undo
78 78
     }
79 79
 
80 80
     /**
81
-    *  @public function render
82
-    *  @param null
81
+     *  @public function render
82
+     *  @param null
83 83
      * @return bool|string
84 84
      */
85 85
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserNotificationUpdate.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 UserNotificationUpdate 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 UserNotificationUpdate
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/admin/AdminFooter.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,14 +28,14 @@  discard block
 block discarded – undo
28 28
 class AdminFooter extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var string
32
-    */
31
+     * @var string
32
+     */
33 33
     private $xc = 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
     {
@@ -45,9 +45,9 @@  discard block
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-    *  @static function getInstance
49
-    * @return AdminFooter
50
-    */
48
+     *  @static function getInstance
49
+     * @return AdminFooter
50
+     */
51 51
     public static function getInstance()
52 52
     {
53 53
         static $instance = false;
@@ -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 string $filename
65
-    */
62
+     *  @public function write
63
+     *  @param string $module
64
+     *  @param string $filename
65
+     */
66 66
     public function write($module, $filename)
67 67
     {
68 68
         $this->setModule($module);
@@ -70,10 +70,10 @@  discard block
 block discarded – undo
70 70
     }
71 71
 
72 72
     /**
73
-    *  @public function render
74
-    *  @param null
75
-    * @return bool|string
76
-    */
73
+     *  @public function render
74
+     *  @param null
75
+     * @return bool|string
76
+     */
77 77
     public function render()
78 78
     {
79 79
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/admin/AdminAbout.php 1 patch
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@  discard block
 block discarded – undo
28 28
 class AdminAbout extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $axc = 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
     {
@@ -50,10 +50,10 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-    *  @static function getInstance
54
-    *  @param null
55
-    * @return AdminAbout
56
-    */
53
+     *  @static function getInstance
54
+     *  @param null
55
+     * @return AdminAbout
56
+     */
57 57
     public static function getInstance()
58 58
     {
59 59
         static $instance = false;
@@ -65,10 +65,10 @@  discard block
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-    *  @public function write
69
-    *  @param string $module
70
-    *  @param string $filename
71
-    */
68
+     *  @public function write
69
+     *  @param string $module
70
+     *  @param string $filename
71
+     */
72 72
     public function write($module, $filename)
73 73
     {
74 74
         $this->setModule($module);
@@ -76,10 +76,10 @@  discard block
 block discarded – undo
76 76
     }
77 77
 
78 78
     /**
79
-    *  @public function render
80
-    *  @param null
81
-    * @return bool|string
82
-    */
79
+     *  @public function render
80
+     *  @param null
81
+     * @return bool|string
82
+     */
83 83
     public function render()
84 84
     {
85 85
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/files/language/LanguageHelp.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 LanguageHelp 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 LanguageHelp
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.