Passed
Push — master ( 4aaa44...da3c53 )
by Gino
04:07
created
class/fieldelements.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -150,6 +150,10 @@
 block discarded – undo
150 150
 
151 151
     /**
152 152
      * Get FieldElements Criteria.
153
+     * @param integer $start
154
+     * @param integer $limit
155
+     * @param string $sort
156
+     * @param string $order
153 157
      */
154 158
     private function getFieldElementsCriteria($criteriaFieldElements, $start, $limit, $sort, $order)
155 159
     {
Please login to merge, or discard this patch.
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/admin/AdminAbout.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     */
66 66
     /**
67 67
      * @param $module
68
-     * @param $filename
68
+     * @param string $filename
69 69
      */
70 70
     public function write($module, $filename)
71 71
     {
Please login to merge, or discard this patch.
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
     public function __construct()
39 39
     {
40 40
         parent::__construct();
41
-		$this->tdmcfile = TDMCreateFile::getInstance();
41
+        $this->tdmcfile = TDMCreateFile::getInstance();
42 42
     }
43 43
 
44 44
     /*
@@ -87,11 +87,11 @@  discard block
 block discarded – undo
87 87
         $moduleDirname = $module->getVar('mod_dirname');
88 88
         $moduleDonations = $module->getVar('mod_donations');
89 89
         $content = $this->getHeaderFilesComments($module, $filename);
90
-		$content .= $this->getInclude();
91
-		$content .= $this->getAdminTemplateMain($moduleDirname, 'about');
92
-		$content .= $this->getAdminAddNavigation('about');
93
-		$content .= $this->getAdminXoopsTplAssign('about', "\$adminMenu->renderAbout('{$moduleDonations}', false)");		
94
-		$content .= $this->getInclude('footer');
90
+        $content .= $this->getInclude();
91
+        $content .= $this->getAdminTemplateMain($moduleDirname, 'about');
92
+        $content .= $this->getAdminAddNavigation('about');
93
+        $content .= $this->getAdminXoopsTplAssign('about', "\$adminMenu->renderAbout('{$moduleDonations}', false)");		
94
+        $content .= $this->getInclude('footer');
95 95
 		
96 96
         $this->tdmcfile->create($moduleDirname, 'admin', $filename, $content, _AM_TDMCREATE_FILE_CREATED, _AM_TDMCREATE_FILE_NOTCREATED);
97 97
 
Please login to merge, or discard this patch.
class/files/admin/AdminFooter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     */
66 66
     /**
67 67
      * @param $module
68
-     * @param $filename
68
+     * @param string $filename
69 69
      */
70 70
     public function write($module, $filename)
71 71
     {
Please login to merge, or discard this patch.
class/files/admin/AdminHeader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     /**
68 68
      * @param $module
69 69
      * @param $table
70
-     * @param $filename
70
+     * @param string $filename
71 71
      */
72 72
     public function write($module, $table, $tables, $filename)
73 73
     {
Please login to merge, or discard this patch.
class/files/admin/AdminIndex.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
     /**
69 69
      * @param $module
70 70
      * @param $tables
71
-     * @param $filename
71
+     * @param string $filename
72 72
      */
73 73
     public function write($module, $tables, $filename)
74 74
     {
Please login to merge, or discard this patch.
class/files/admin/AdminMenu.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
      * @param $module
70 70
      * @param $table
71 71
      * @param $tables
72
-     * @param $filename
72
+     * @param string $filename
73 73
      */
74 74
     public function write($module, $table, $tables, $filename)
75 75
     {
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
     *  @param integer $menu
106 106
     */
107 107
     /**
108
-     * @param $language
109
-     * @param $menu
108
+     * @param string $language
109
+     * @param integer $menu
110 110
      *
111 111
      * @return string
112 112
      */
Please login to merge, or discard this patch.
class/files/admin/AdminPages.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -390,7 +390,7 @@
 block discarded – undo
390 390
     *  @param null
391 391
     */
392 392
     /**
393
-     * @param $filename
393
+     * @param string $filename
394 394
      *
395 395
      * @return bool|string
396 396
      */
Please login to merge, or discard this patch.
class/files/admin/AdminPermissions.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@  discard block
 block discarded – undo
66 66
     /**
67 67
      * @param $module
68 68
      * @param $tables
69
-     * @param $filename
69
+     * @param string $filename
70 70
      */
71 71
     public function write($module, $tables, $filename)
72 72
     {
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
     */
83 83
     /**
84 84
      * @param $module
85
-     * @param $language
85
+     * @param string $language
86 86
      *
87 87
      * @return string
88 88
      */
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
     */
129 129
     /**
130 130
      * @param $moduleDirname
131
-     * @param $language
131
+     * @param string $language
132 132
      *
133 133
      * @return string
134 134
      */
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     */
174 174
     /**
175 175
      * @param $module
176
-     * @param $language
176
+     * @param string $language
177 177
      *
178 178
      * @return string
179 179
      */
@@ -233,7 +233,7 @@  discard block
 block discarded – undo
233 233
     *  @param null
234 234
     */
235 235
     /**
236
-     * @return bool|string
236
+     * @return null|string
237 237
      */
238 238
     public function render()
239 239
     {
Please login to merge, or discard this patch.