Completed
Push — master ( 87fe32...293591 )
by Paul
08:23
created
programs/utilit/agent_right.class.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -315,6 +315,9 @@  discard block
 block discarded – undo
315 315
 	
316 316
 	
317 317
 	
318
+	/**
319
+	 * @param integer $exists
320
+	 */
318 321
 	public function saveHistory($exists, $quantity)
319 322
 	{
320 323
 	    global $babDB;
@@ -1346,6 +1349,7 @@  discard block
 block discarded – undo
1346 1349
 	 *
1347 1350
 	 * @param string $message	generated message
1348 1351
 	 * @param string $comment	Author comment
1352
+	 * @param integer $id_author
1349 1353
 	 */
1350 1354
 	public function addMovement($message, $comment = '', $id_author = null)
1351 1355
 	{
@@ -2138,7 +2142,7 @@  discard block
 block discarded – undo
2138 2142
 	/**
2139 2143
 	 * 
2140 2144
 	 *
2141
-	 * @return mixed
2145
+	 * @return absences_AgentRight|null
2142 2146
 	 */
2143 2147
 	public function next()
2144 2148
 	{
Please login to merge, or discard this patch.