@@ -315,6 +315,9 @@ discard block |
||
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 |
||
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 |
||
2138 | 2142 | /** |
2139 | 2143 | * |
2140 | 2144 | * |
2141 | - * @return mixed |
|
2145 | + * @return absences_AgentRight|null |
|
2142 | 2146 | */ |
2143 | 2147 | public function next() |
2144 | 2148 | { |