@@ -351,7 +351,7 @@ discard block |
||
| 351 | 351 | * |
| 352 | 352 | * @param bool $short short version |
| 353 | 353 | * |
| 354 | - * @return mixed |
|
| 354 | + * @return string |
|
| 355 | 355 | */ |
| 356 | 356 | public function getSha($short = false) |
| 357 | 357 | { |
@@ -361,7 +361,7 @@ discard block |
||
| 361 | 361 | /** |
| 362 | 362 | * tree getter |
| 363 | 363 | * |
| 364 | - * @return mixed |
|
| 364 | + * @return string |
|
| 365 | 365 | */ |
| 366 | 366 | public function getTree() |
| 367 | 367 | { |
@@ -371,7 +371,7 @@ discard block |
||
| 371 | 371 | /** |
| 372 | 372 | * datetimeAuthor getter |
| 373 | 373 | * |
| 374 | - * @return mixed |
|
| 374 | + * @return \DateTime |
|
| 375 | 375 | */ |
| 376 | 376 | public function getDatetimeAuthor() |
| 377 | 377 | { |