Completed
Pull Request — master (#351)
by Alexis
05:39
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
      */
244 244
     private function setVerbosityLevelEnv($level)
@@ -764,7 +764,7 @@  discard block
 block discarded – undo
764 764
      * to follow the naming format used in $_SERVER.
765 765
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
766 766
      *
767
-     * @param bool|array $authentication
767
+     * @param boolean $authentication
768 768
      * @param array      $params
769 769
      *
770 770
      * @return Client
Please login to merge, or discard this patch.