@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | * |
210 | 210 | * @see https://github.com/symfony/symfony/pull/24425 |
211 | 211 | * |
212 | - * @param $level |
|
212 | + * @param integer $level |
|
213 | 213 | */ |
214 | 214 | private function setVerbosityLevelEnv($level) |
215 | 215 | { |
@@ -506,7 +506,7 @@ discard block |
||
506 | 506 | * |
507 | 507 | * @throws \InvalidArgumentException if a wrong path is given outside a bundle |
508 | 508 | * |
509 | - * @return array $files |
|
509 | + * @return string $files |
|
510 | 510 | */ |
511 | 511 | private function locateResources($paths) |
512 | 512 | { |
@@ -727,7 +727,7 @@ discard block |
||
727 | 727 | * to follow the naming format used in $_SERVER. |
728 | 728 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
729 | 729 | * |
730 | - * @param bool|array $authentication |
|
730 | + * @param boolean $authentication |
|
731 | 731 | * @param array $params |
732 | 732 | * |
733 | 733 | * @return Client |