Completed
Pull Request — master (#352)
by Lukas Kahwe
08:40 queued 44s
created
Test/WebTestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.