Test Setup Failed
Push — composer-disallow-symfony-4 ( 039065...95b44e )
by Alexis
16:52 queued 14:04
created
Test/WebTestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.