Completed
Push — master ( cfc16f...6c07bb )
by Daniel
03:06
created
source/DomComponentsByDanielGP.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -172,9 +172,7 @@  discard block
 block discarded – undo
172 172
     /**
173 173
      * Returns a table from an query
174 174
      *
175
-     * @param array $gArray
176
-     * @param array $features
177
-     * @param boolean $bKeepFullPage
175
+     * @param boolean $bKpFlPge
178 176
      * @return string
179 177
      */
180 178
     protected function setArrayToTable($aElements, $ftrs = null, $bKpFlPge = true)
@@ -681,7 +679,7 @@  discard block
 block discarded – undo
681 679
     /**
682 680
      * Returns css link to a given file
683 681
      *
684
-     * @param string $cssFile
682
+     * @param string $cssFileName
685 683
      * @return string
686 684
      */
687 685
     protected function setCssFile($cssFileName, $hostsWithoutCDNrq = null)
@@ -1209,6 +1207,9 @@  discard block
 block discarded – undo
1209 1207
         ]);
1210 1208
     }
1211 1209
 
1210
+    /**
1211
+     * @param integer $groupCounter
1212
+     */
1212 1213
     protected function updateDivTitleName($rememberGroupVal, $groupCounter)
1213 1214
     {
1214 1215
         $jsContent = '$(document).ready(function() { $("#tab_'
Please login to merge, or discard this patch.