Completed
Push — master ( 6b7a6d...74143b )
by Gino
20s
created
class/files/templates/user/TemplatesUserRss.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this 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 TemplatesUserRss 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,9 +38,9 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
43
-      * @return TemplatesUserRss
41
+     *  @static function getInstance
42
+     *  @param null
43
+     * @return TemplatesUserRss
44 44
      */
45 45
     public static function getInstance()
46 46
     {
@@ -64,8 +64,8 @@  discard block
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-    *  @private function getTemplatesUserRssXml
68
-    *  @param null
67
+     *  @private function getTemplatesUserRssXml
68
+     *  @param null
69 69
      * @return string
70 70
      */
71 71
     private function getTemplatesUserRssXml()
@@ -110,8 +110,8 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-    *  @public function render
114
-    *  @param null
113
+     *  @public function render
114
+     *  @param null
115 115
      * @return bool|string
116 116
      */
117 117
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserSearch.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this patch.
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserSearch 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 TemplatesUserSearch
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 string $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $table
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -66,10 +66,10 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesUserSearchHeader
70
-    *  @param string $moduleDirname
71
-    *  @param string $table
72
-    *  @param string $language
69
+     *  @private function getTemplatesUserSearchHeader
70
+     *  @param string $moduleDirname
71
+     *  @param string $table
72
+     *  @param string $language
73 73
      *
74 74
      * @return string
75 75
      */
@@ -100,10 +100,10 @@  discard block
 block discarded – undo
100 100
     }
101 101
 
102 102
     /**
103
-    *  @private function getTemplatesUserSearchBody
104
-    *  @param string $moduleDirname
105
-    *  @param string $table
106
-    *  @param string $language
103
+     *  @private function getTemplatesUserSearchBody
104
+     *  @param string $moduleDirname
105
+     *  @param string $table
106
+     *  @param string $language
107 107
      *
108 108
      * @return string
109 109
      */
@@ -156,10 +156,10 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-    *  @private function getTemplatesUserSearchBodyFieldnameEmpty
160
-    *  @param string $moduleDirname
161
-    *  @param string $table
162
-    *  @param string $language
159
+     *  @private function getTemplatesUserSearchBodyFieldnameEmpty
160
+     *  @param string $moduleDirname
161
+     *  @param string $table
162
+     *  @param string $language
163 163
      *
164 164
      * @return string
165 165
      */
@@ -206,8 +206,8 @@  discard block
 block discarded – undo
206 206
     }
207 207
 
208 208
     /**
209
-    *  @private function getTemplatesUserSearchFooter
210
-    *  @param string $moduleDirname
209
+     *  @private function getTemplatesUserSearchFooter
210
+     *  @param string $moduleDirname
211 211
      * @return string
212 212
      */
213 213
     private function getTemplatesUserSearchFooter($moduleDirname)
@@ -220,8 +220,8 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-    *  @public function render
224
-    *  @param null
223
+     *  @public function render
224
+     *  @param null
225 225
      * @return bool|string
226 226
      */
227 227
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserSingle.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this patch.
Indentation   +19 added lines, -19 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserSingle 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,9 +38,9 @@  discard block
 block discarded – undo
38 38
     }
39 39
 
40 40
     /**
41
-    *  @static function getInstance
42
-    *  @param null
43
-    * @return TemplatesUserSingle
41
+     *  @static function getInstance
42
+     *  @param null
43
+     * @return TemplatesUserSingle
44 44
      */
45 45
     public static function getInstance()
46 46
     {
@@ -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 string $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $table
59
+     *  @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     }
67 67
 
68 68
     /**
69
-    *  @private function getTemplatesUserSingleHeader
69
+     *  @private function getTemplatesUserSingleHeader
70 70
      * @param $moduleDirname
71 71
      * @return string
72 72
      */
@@ -79,10 +79,10 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @private function getTemplatesUserSingleBody
83
-    *  @param string $moduleDirname
84
-    *  @param string $table
85
-    *  @param string $language
82
+     *  @private function getTemplatesUserSingleBody
83
+     *  @param string $moduleDirname
84
+     *  @param string $table
85
+     *  @param string $language
86 86
      *
87 87
      * @return string
88 88
      */
@@ -101,8 +101,8 @@  discard block
 block discarded – undo
101 101
     }
102 102
 
103 103
     /**
104
-    *  @private function getTemplatesUserSingleFooter
105
-    *  @param string $moduleDirname
104
+     *  @private function getTemplatesUserSingleFooter
105
+     *  @param string $moduleDirname
106 106
      *
107 107
      * @return string
108 108
      */
@@ -115,8 +115,8 @@  discard block
 block discarded – undo
115 115
     }
116 116
 
117 117
     /**
118
-    *  @public function render
119
-    *  @param null
118
+     *  @public function render
119
+     *  @param null
120 120
      * @return bool|string
121 121
      */
122 122
     public function render()
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserSubmit.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this patch.
Indentation   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -28,9 +28,9 @@  discard block
 block discarded – undo
28 28
 class TemplatesUserSubmit 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 TemplatesUserSubmit
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 string $table
59
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param string $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
-    *  @private function getTemplatesUserSubmitHeader
70
-    *  @param string $moduleDirname
69
+     *  @private function getTemplatesUserSubmitHeader
70
+     *  @param string $moduleDirname
71 71
      * @param $moduleDirname
72 72
      * @return string
73 73
      *
@@ -80,9 +80,9 @@  discard block
 block discarded – undo
80 80
     }
81 81
 
82 82
     /**
83
-    *  @private function getTemplatesUserSubmit
84
-    *  @param string $moduleDirname
85
-    *  @param string $language
83
+     *  @private function getTemplatesUserSubmit
84
+     *  @param string $moduleDirname
85
+     *  @param string $language
86 86
      *
87 87
      * @return string
88 88
      */
@@ -110,8 +110,8 @@  discard block
 block discarded – undo
110 110
     }
111 111
 
112 112
     /**
113
-    *  @private function getTemplatesUserSubmitFooter
114
-    *  @param string $moduleDirname
113
+     *  @private function getTemplatesUserSubmitFooter
114
+     *  @param string $moduleDirname
115 115
      *
116 116
      * @return string
117 117
      */
@@ -123,8 +123,8 @@  discard block
 block discarded – undo
123 123
     }
124 124
 
125 125
     /**
126
-    *  @public function render
127
-    *  @param null
126
+     *  @public function render
127
+     *  @param null
128 128
      * @return bool|string
129 129
      */
130 130
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserHeader.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this 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 UserHeader 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 UserHeader
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 mixed $table
59
-    *  @param array $tables
60
-    *  @param string $filename
56
+     *  @public function write
57
+     *  @param string $module
58
+     *  @param mixed $table
59
+     *  @param array $tables
60
+     *  @param string $filename
61 61
      */
62 62
     public function write($module, $table, $tables, $filename)
63 63
     {
@@ -68,11 +68,11 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-    *  @private function getUserHeader
72
-    *  @param $moduleDirname
73
-    *
74
-    *  @return string
75
-    */
71
+     *  @private function getUserHeader
72
+     *  @param $moduleDirname
73
+     *
74
+     *  @return string
75
+     */
76 76
     private function getUserHeader($moduleDirname)
77 77
     {
78 78
         $stuModuleDirname = strtoupper($moduleDirname);
@@ -124,8 +124,8 @@  discard block
 block discarded – undo
124 124
     }
125 125
 
126 126
     /**
127
-    *  @public function render
128
-    *  @param null
127
+     *  @public function render
128
+     *  @param null
129 129
      * @return bool|string
130 130
      */
131 131
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserListTag.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this 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 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this 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 CssStyles 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 CssStyles
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
      * @param $module
60 60
      * @param $filename
61 61
      */
@@ -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/user/UserPdf.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * @param $moduleDirname
84 84
      * @param $tableName
85 85
      * @param $fields
86
-     * @param $language
86
+     * @param string $language
87 87
      * @return string
88 88
      */
89 89
     private function getUserPdfHeader($moduleDirname, $tableName, $fields, $language)
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
     /**
215 215
     *  @public function render
216 216
     *  @param null
217
-     * @return bool|string
217
+     * @return null|string
218 218
      */
219 219
     public function render()
220 220
     {
Please login to merge, or discard this patch.
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -28,19 +28,19 @@  discard block
 block discarded – undo
28 28
 class UserSearch extends TDMCreateFile
29 29
 {
30 30
     /**
31
-    * @var mixed
32
-    */
31
+     * @var mixed
32
+     */
33 33
     private $usercode = null;
34 34
 
35 35
     /**
36
-    * @var string
37
-    */
36
+     * @var string
37
+     */
38 38
     private $xoopscode = 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 UserSearch
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
     {
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
114 114
     }
115 115
 
116 116
     /**
117
-    *  @public function getAdminPagesList
117
+     *  @public function getAdminPagesList
118 118
      * @param $moduleDirname
119 119
      * @param $tableName
120 120
      * @param $language
@@ -159,8 +159,8 @@  discard block
 block discarded – undo
159 159
     }
160 160
 
161 161
     /**
162
-    *  @public function render
163
-    *  @param null
162
+     *  @public function render
163
+     *  @param null
164 164
      * @return bool|string
165 165
      */
166 166
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserViewTag.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -253,7 +253,7 @@
 block discarded – undo
253 253
     *  @param null
254 254
     */
255 255
     /**
256
-     * @return bool|string
256
+     * @return null|string
257 257
      */
258 258
     public function render()
259 259
     {
Please login to merge, or discard this 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 UserViewTag 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 UserViewTag
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 getUserViewTag
69
-    *  @param null
68
+     *  @public function getUserViewTag
69
+     *  @param null
70 70
      * @return string
71 71
      *
72 72
      */
@@ -79,8 +79,8 @@  discard block
 block discarded – undo
79 79
     }
80 80
 
81 81
     /**
82
-    *  @public function render
83
-    *  @param null
82
+     *  @public function render
83
+     *  @param null
84 84
      * @return bool|string
85 85
      */
86 86
     public function render()
Please login to merge, or discard this patch.