Completed
Push — master ( 9fc4e6...f0af25 )
by Daniel
02:54
created
source/DomComponentsByDanielGP.php 1 patch
Doc Comments   +4 added lines, -3 removed lines patch added patch discarded remove patch
@@ -95,9 +95,7 @@  discard block
 block discarded – undo
95 95
     /**
96 96
      * Returns a table from an query
97 97
      *
98
-     * @param array $gArray
99
-     * @param array $features
100
-     * @param boolean $bKeepFullPage
98
+     * @param boolean $bKpFlPge
101 99
      * @return string
102 100
      */
103 101
     protected function setArrayToTable($aElements, $ftrs = null, $bKpFlPge = true)
@@ -561,6 +559,9 @@  discard block
 block discarded – undo
561 559
         ]);
562 560
     }
563 561
 
562
+    /**
563
+     * @param string $sType
564
+     */
564 565
     private function setFeedbackModernStyles($sType)
565 566
     {
566 567
         $formatTitle   = 'margin-top:-5px;margin-right:20px;padding:5px;';
Please login to merge, or discard this patch.
source/DomCssAndJavascriptByDanielGP.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     /**
68 68
      * Returns css link to a given file
69 69
      *
70
-     * @param string $cssFile
70
+     * @param string $cssFileName
71 71
      * @return string
72 72
      */
73 73
     protected function setCssFile($cssFileName, $hostsWithoutCDNrq = null)
@@ -160,6 +160,9 @@  discard block
 block discarded – undo
160 160
         return '<script type="text/javascript">' . file_get_contents($jsFileName, true) . '</script>';
161 161
     }
162 162
 
163
+    /**
164
+     * @param integer $groupCounter
165
+     */
163 166
     protected function updateDivTitleName($rememberGroupVal, $groupCounter)
164 167
     {
165 168
         $jsContent = '$(document).ready(function() { $("#tab_'
Please login to merge, or discard this patch.