@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * |
98 | 98 | * @param string $id |
99 | 99 | * |
100 | - * @return \PHPUnit_Framework_MockObject_MockBuilder |
|
100 | + * @return \PHPUnit\Framework\MockObject\MockBuilder |
|
101 | 101 | */ |
102 | 102 | protected function getServiceMockBuilder($id) |
103 | 103 | { |
@@ -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 | { |
@@ -738,7 +738,7 @@ discard block |
||
738 | 738 | * to follow the naming format used in $_SERVER. |
739 | 739 | * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With' |
740 | 740 | * |
741 | - * @param bool|array $authentication |
|
741 | + * @param boolean $authentication |
|
742 | 742 | * @param array $params |
743 | 743 | * |
744 | 744 | * @return Client |