@@ -514,7 +514,7 @@ discard block |
||
514 | 514 | * |
515 | 515 | * @param array $paths |
516 | 516 | * |
517 | - * @return array $files |
|
517 | + * @return string $files |
|
518 | 518 | * |
519 | 519 | * @throws \InvalidArgumentException if a wrong path is given outside a bundle |
520 | 520 | */ |
@@ -730,7 +730,7 @@ discard block |
||
730 | 730 | * to follow the naming format used in $_SERVER. |
731 | 731 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
732 | 732 | * |
733 | - * @param bool|array $authentication |
|
733 | + * @param boolean $authentication |
|
734 | 734 | * @param array $params |
735 | 735 | * |
736 | 736 | * @return Client |