Completed
Push — master ( 008ba1...b7a945 )
by Paul
10:08
created
programs/utilit/entry.class.php 1 patch
Doc Comments   +4 added lines, -2 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
 	{
@@ -862,7 +862,7 @@  discard block
 block discarded – undo
862 862
 	/**
863 863
 	 * Add quantity to startdate only on working periods
864 864
 	 *
865
-	 * @param BAB_DateTime $startdate
865
+	 * @param BAB_DateTime $startDate
866 866
 	 * @param float $quantity  days
867 867
 	 *
868 868
 	 * @return BAB_DateTime
@@ -1972,6 +1972,8 @@  discard block
 block discarded – undo
1972 1972
 
1973 1973
 
1974 1974
 	/**
1975
+	 * @param integer $rfrom
1976
+	 * @param integer $ide
1975 1977
 	 * @return string
1976 1978
 	 */
1977 1979
 	public function getEditUrl($rfrom, $ide = null)
Please login to merge, or discard this patch.