@@ -93,7 +93,7 @@ discard block |
||
93 | 93 | * |
94 | 94 | * @param string $id |
95 | 95 | * |
96 | - * @return \PHPUnit_Framework_MockObject_MockBuilder |
|
96 | + * @return \PHPUnit\Framework\MockObject\MockBuilder |
|
97 | 97 | */ |
98 | 98 | protected function getServiceMockBuilder($id) |
99 | 99 | { |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | * |
239 | 239 | * @see https://github.com/symfony/symfony/pull/24425 |
240 | 240 | * |
241 | - * @param $level |
|
241 | + * @param integer $level |
|
242 | 242 | */ |
243 | 243 | private function setVerbosityLevelEnv($level) |
244 | 244 | { |
@@ -763,7 +763,7 @@ discard block |
||
763 | 763 | * to follow the naming format used in $_SERVER. |
764 | 764 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
765 | 765 | * |
766 | - * @param bool|array $authentication |
|
766 | + * @param boolean $authentication |
|
767 | 767 | * @param array $params |
768 | 768 | * |
769 | 769 | * @return Client |