Completed
Push — master ( f72997...dfc376 )
by Daniel
02:30
created
Salariu/Salariu.php 1 patch
Doc Comments   +14 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@  discard block
 block discarded – undo
94 94
         ];
95 95
     }
96 96
 
97
+    /**
98
+     * @param double $lngBase
99
+     */
97 100
     private function getValues($lngBase, $aStngs)
98 101
     {
99 102
         $inDate           = $_REQUEST['ym'];
@@ -277,6 +280,11 @@  discard block
 block discarded – undo
277 280
         return $this->setArrayToSelect($temp, $_REQUEST['ym'], 'ym', ['size' => 1]);
278 281
     }
279 282
 
283
+    /**
284
+     * @param string $inName
285
+     * @param integer $inSize
286
+     * @param string $inAfterLabel
287
+     */
280 288
     private function setFormInputText($inName, $inSize, $inAfterLabel)
281 289
     {
282 290
         $inputParameters = [
@@ -347,6 +355,9 @@  discard block
 block discarded – undo
347 355
                         ]), 'fieldset', ['style' => 'float: left;']);
348 356
     }
349 357
 
358
+    /**
359
+     * @param string $text
360
+     */
350 361
     private function setFormRow($text, $value, $type = 'amount')
351 362
     {
352 363
         $a                = '';
@@ -428,6 +439,9 @@  discard block
 block discarded – undo
428 439
                 . '<h1>' . $this->tApp->gettext('i18n_ApplicationName') . '</h1>';
429 440
     }
430 441
 
442
+    /**
443
+     * @param string $labelId
444
+     */
431 445
     private function setLabel($labelId)
432 446
     {
433 447
         $labelInfo = $this->appFlags['FI'][$labelId]['Label'];
Please login to merge, or discard this patch.