Passed
Push — master ( dc1f79...43726e )
by Goffy
02:26
created
class/files/admin/AdminIndex.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
     *  @public function render
76 76
     *  @param null
77
-    * @return bool|string
77
+    * @return null|string
78 78
     */
79 79
     public function render()
80 80
     {
Please login to merge, or discard this patch.
class/files/admin/AdminMenu.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
     *  @public function render
76 76
     *  @param null
77
-    * @return bool|string
77
+    * @return null|string
78 78
     */
79 79
     public function render()
80 80
     {
Please login to merge, or discard this patch.
class/files/include/IncludeComments.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     *  @param string $module
89 89
     *  @param string $filename
90 90
      *
91
-     * @return bool|string
91
+     * @return null|string
92 92
      */
93 93
     public function renderCommentsNew($module, $filename)
94 94
     {
Please login to merge, or discard this patch.
class/files/TDMCreateSmartyCode.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -221,7 +221,7 @@
 block discarded – undo
221 221
      * @param string $operator
222 222
      * @param string $type
223 223
      * @param string $contentIf
224
-     * @param mixed  $contentElse
224
+     * @param string  $contentElse
225 225
      * @param bool   $count
226 226
      *
227 227
      * @param bool   $noSimbol
Please login to merge, or discard this patch.
class/files/templates/admin/TemplatesAdminPermissions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     /**
56 56
     *  @public function write
57 57
     *  @param string $module
58
-     * @param $filename
58
+     * @param string $filename
59 59
      */
60 60
     public function write($module, $filename)
61 61
     {
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
     /**
108 108
     *  @public function render
109 109
     *  @param null
110
-     * @return bool|string
110
+     * @return null|string
111 111
      */
112 112
     public function render()
113 113
     {
Please login to merge, or discard this patch.
class/files/templates/user/TemplatesUserCategoriesList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
 
280 280
     /**
281 281
     *  @public function render
282
-     * @return bool|string
282
+     * @return null|string
283 283
      *
284 284
      */
285 285
     public function render()
Please login to merge, or discard this patch.
class/files/user/UserIndex.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@  discard block
 block discarded – undo
152 152
      * @param $tableName
153 153
      * @param $tableSoleName
154 154
      * @param $tableFieldname
155
-     * @param $language
155
+     * @param string $language
156 156
      * @return string
157 157
      */
158 158
     private function getBodyPagesIndex($moduleDirname, $tableName, $tableSoleName, $tableFieldname, $language)
@@ -209,7 +209,7 @@  discard block
 block discarded – undo
209 209
     /**
210 210
      * @private  function getUserPagesFooter
211 211
      * @param $moduleDirname
212
-     * @param $language
212
+     * @param string $language
213 213
      * @return string
214 214
      */
215 215
     private function getUserIndexFooter($moduleDirname, $language)
@@ -236,7 +236,7 @@  discard block
 block discarded – undo
236 236
     /**
237 237
     *  @public function render
238 238
     *  @param null
239
-     * @return bool|string
239
+     * @return null|string
240 240
      */
241 241
     public function render()
242 242
     {
Please login to merge, or discard this patch.
class/files/user/UserPages.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -54,9 +54,9 @@  discard block
 block discarded – undo
54 54
 
55 55
     /**
56 56
      * @public function write
57
-     * @param $module
57
+     * @param string $module
58 58
      * @param $table
59
-     * @param $filename
59
+     * @param string $filename
60 60
      */
61 61
     public function write($module, $table, $filename)
62 62
     {
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
      * @param $moduleDirname
145 145
      * @param $tableName
146 146
      * @param $tableSoleName
147
-     * @param $language
147
+     * @param string $language
148 148
      *
149 149
      * @return string
150 150
      */
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     /**
174 174
     *  @public function render
175 175
     *  @param null
176
-     * @return bool|string
176
+     * @return null|string
177 177
      */
178 178
     public function render()
179 179
     {
Please login to merge, or discard this patch.
class/files/user/UserSearch.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@  discard block
 block discarded – undo
117 117
     *  @public function getAdminPagesList
118 118
      * @param $moduleDirname
119 119
      * @param $tableName
120
-     * @param $language
120
+     * @param string $language
121 121
      * @return string
122 122
      */
123 123
     public function getUserSearch($moduleDirname, $tableName, $language)
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      *
136 136
      * @param $moduleDirname
137 137
      * @param $tableName
138
-     * @param $language
138
+     * @param string $language
139 139
      *
140 140
      * @return string
141 141
      */
@@ -161,7 +161,7 @@  discard block
 block discarded – undo
161 161
     /**
162 162
     *  @public function render
163 163
     *  @param null
164
-     * @return bool|string
164
+     * @return null|string
165 165
      */
166 166
     public function render()
167 167
     {
Please login to merge, or discard this patch.