Completed
Push — master ( 6f00b4...805ee0 )
by Gino
03:23
created
class/fields.php 1 patch
Doc Comments   +8 added lines, -4 removed lines patch added patch discarded remove patch
@@ -192,9 +192,9 @@  discard block
 block discarded – undo
192 192
     /**
193 193
      * @private function getFormNewLine
194 194
      *
195
-     * @param $form
196
-     * @param $class
197
-     * @param $i
195
+     * @param TDMCreateThemeForm $form
196
+     * @param string $class
197
+     * @param integer $i
198 198
      * @param $fieldMid
199 199
      * @param $fieldTid
200 200
      * @param $fName
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
     *  @param null
490 490
     */
491 491
     /**
492
-     * @param $form
492
+     * @param TDMCreateThemeForm $form
493 493
      *
494 494
      * @return mixed
495 495
      */
@@ -693,6 +693,10 @@  discard block
 block discarded – undo
693 693
 
694 694
     /**
695 695
      * Get Fields Criteria.
696
+     * @param integer $start
697
+     * @param integer $limit
698
+     * @param string $sort
699
+     * @param string $order
696 700
      */
697 701
     private function getFieldsCriteria($criteriaFields, $start, $limit, $sort, $order)
698 702
     {
Please login to merge, or discard this patch.
class/files/TDMCreateTableFields.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,6 @@
 block discarded – undo
30 30
     /**
31 31
      *  @public function constructor
32 32
      *
33
-     *  @param mixed $table
34 33
      */
35 34
     public function __construct()
36 35
     {
Please login to merge, or discard this patch.
class/files/templates/admin/TemplatesAdminPages.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -255,6 +255,10 @@
 block discarded – undo
255 255
     *  @param $filename
256 256
     *  @return bool|string
257 257
     */
258
+
259
+    /**
260
+     * @param string $filename
261
+     */
258 262
     public function renderFile($filename)
259 263
     {
260 264
         $module = $this->getModule();
Please login to merge, or discard this patch.
class/helper.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
     *  @param mixed $debug
59 59
     */
60 60
     /**
61
-     * @param $debug
61
+     * @param boolean $debug
62 62
      */
63 63
     public function __construct($debug)
64 64
     {
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     *  @param string $name
107 107
     */
108 108
     /**
109
-     * @param null $name
109
+     * @param string $name
110 110
      *
111 111
      * @return null|string
112 112
      */
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
      * @param null $name
140 140
      * @param null $value
141 141
      *
142
-     * @return mixed
142
+     * @return string
143 143
      */
144 144
     public function setConfig($name = null, $value = null)
145 145
     {
@@ -157,9 +157,9 @@  discard block
 block discarded – undo
157 157
     *  @param string $name
158 158
     */
159 159
     /**
160
-     * @param $name
160
+     * @param string $name
161 161
      *
162
-     * @return mixed
162
+     * @return string
163 163
      */
164 164
     public function &getHandler($name)
165 165
     {
Please login to merge, or discard this patch.
class/logoGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
      * @param $logoIcon
101 101
      * @param $moduleDirname
102 102
      *
103
-     * @return bool|string
103
+     * @return false|string
104 104
      */
105 105
     public static function createLogo($logoIcon, $moduleDirname)
106 106
     {
Please login to merge, or discard this patch.
class/fieldelements.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -275,6 +275,10 @@
 block discarded – undo
275 275
 
276 276
     /**
277 277
      * Get MoreFiles Criteria.
278
+     * @param integer $start
279
+     * @param integer $limit
280
+     * @param string $sort
281
+     * @param string $order
278 282
      */
279 283
     private function getMoreFilesCriteria($criteriaMoreFiles, $start, $limit, $sort, $order)
280 284
     {
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
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
     /**
120 120
      * @param $module
121 121
      * @param $tableName
122
-     * @param $language
122
+     * @param string $language
123 123
      *
124 124
      * @return string
125 125
      */
@@ -138,7 +138,7 @@  discard block
 block discarded – undo
138 138
      *
139 139
      * @param $moduleDirname
140 140
      * @param $tableName
141
-     * @param $language
141
+     * @param string $language
142 142
      *
143 143
      * @return string
144 144
      */
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     *  @param null
167 167
     */
168 168
     /**
169
-     * @return bool|string
169
+     * @return null|string
170 170
      */
171 171
     public function render()
172 172
     {
Please login to merge, or discard this patch.
class/files/language/LanguageAdmin.php 1 patch
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.
class/files/TDMCreateFile.php 1 patch
Doc Comments   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -121,8 +121,8 @@  discard block
 block discarded – undo
121 121
      * @param $subdir
122 122
      * @param $fileName
123 123
      * @param $content
124
-     * @param $created
125
-     * @param $notCreated
124
+     * @param string $created
125
+     * @param string $notCreated
126 126
      * @param $mode
127 127
      */
128 128
     public function create($moduleDirname, $subdir = null, $fileName = null, $content = '', $created = null, $notCreated = null, $mode = 'w+')
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
     *  @param string $subdir
185 185
     */
186 186
     /**
187
-     * @param $subdir
187
+     * @param string $subdir
188 188
      */
189 189
     private function setSubDir($subdir)
190 190
     {
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
     *  @param string $content
230 230
     */
231 231
     /**
232
-     * @param $content
232
+     * @param string $content
233 233
      */
234 234
     private function setContent($content)
235 235
     {
@@ -316,7 +316,7 @@  discard block
 block discarded – undo
316 316
     *  @param string $mode
317 317
     */
318 318
     /**
319
-     * @param $mode
319
+     * @param string $mode
320 320
      */
321 321
     private function setMode($mode)
322 322
     {
@@ -431,7 +431,7 @@  discard block
 block discarded – undo
431 431
      *  @param $string
432 432
      */
433 433
     /**
434
-     * @param $string
434
+     * @param string $string
435 435
      *
436 436
      * @return string
437 437
      */
@@ -445,7 +445,7 @@  discard block
 block discarded – undo
445 445
      *  @param $string
446 446
      */
447 447
     /**
448
-     * @param $string
448
+     * @param string $string
449 449
      *
450 450
      * @return string
451 451
      */
@@ -524,7 +524,7 @@  discard block
 block discarded – undo
524 524
     /**
525 525
      * @private function getHeaderComment
526 526
      *
527
-     * @param $comment
527
+     * @param string $comment
528 528
      *
529 529
      * @return string
530 530
      */
Please login to merge, or discard this patch.