Completed
Pull Request — master (#444)
by
unknown
07:00
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      *
197 197
      * @see https://github.com/symfony/symfony/pull/24425
198 198
      *
199
-     * @param $level
199
+     * @param integer $level
200 200
      */
201 201
     private function setVerbosityLevelEnv($level)
202 202
     {
@@ -727,7 +727,7 @@  discard block
 block discarded – undo
727 727
      * to follow the naming format used in $_SERVER.
728 728
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
729 729
      *
730
-     * @param bool|array $authentication
730
+     * @param boolean $authentication
731 731
      * @param array      $params
732 732
      *
733 733
      * @return Client
Please login to merge, or discard this patch.