Completed
Push — master ( 03fcbe...f90b04 )
by Paul
10:38
created
programs/utilit/entry.class.php 1 patch
Doc Comments   +5 added lines, -3 removed lines patch added patch discarded remove patch
@@ -499,7 +499,7 @@  discard block
 block discarded – undo
499 499
 	 * Save entry to database
500 500
 	 * without validity checking
501 501
 	 *
502
-	 * @return bool
502
+	 * @return boolean|null
503 503
 	 */
504 504
 	public function save()
505 505
 	{
@@ -865,7 +865,7 @@  discard block
 block discarded – undo
865 865
 	/**
866 866
 	 * Add quantity to startdate only on working periods
867 867
 	 *
868
-	 * @param BAB_DateTime $startdate
868
+	 * @param BAB_DateTime $startDate
869 869
 	 * @param float $quantity  days
870 870
 	 *
871 871
 	 * @return BAB_DateTime
@@ -1975,6 +1975,8 @@  discard block
 block discarded – undo
1975 1975
 
1976 1976
 
1977 1977
 	/**
1978
+	 * @param integer $rfrom
1979
+	 * @param integer $ide
1978 1980
 	 * @return string
1979 1981
 	 */
1980 1982
 	public function getEditUrl($rfrom, $ide = null)
@@ -2503,7 +2505,7 @@  discard block
 block discarded – undo
2503 2505
     }
2504 2506
     
2505 2507
     /**
2506
-     * @return array
2508
+     * @return string[]
2507 2509
      */
2508 2510
     protected function getWhere()
2509 2511
     {
Please login to merge, or discard this patch.
programs/utilit/exportentry.class.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -519,7 +519,7 @@
 block discarded – undo
519 519
     
520 520
 
521 521
     /**
522
-     * @return absences_Agent[]
522
+     * @return absences_AgentIterator
523 523
      */
524 524
     private function getUsersWithoutRequests()
525 525
     {
Please login to merge, or discard this patch.