Test Setup Failed
Pull Request — master (#337)
by Sullivan
08:29
created
Test/WebTestCase.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -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
     {
@@ -506,7 +506,7 @@  discard block
 block discarded – undo
506 506
      *
507 507
      * @throws \InvalidArgumentException if a wrong path is given outside a bundle
508 508
      *
509
-     * @return array $files
509
+     * @return string $files
510 510
      */
511 511
     private function locateResources($paths)
512 512
     {
@@ -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.