Test Setup Failed
Pull Request — master (#337)
by Sullivan
27:43
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -514,7 +514,7 @@  discard block
 block discarded – undo
514 514
      *
515 515
      * @param array $paths
516 516
      *
517
-     * @return array $files
517
+     * @return string $files
518 518
      *
519 519
      * @throws \InvalidArgumentException if a wrong path is given outside a bundle
520 520
      */
@@ -730,7 +730,7 @@  discard block
 block discarded – undo
730 730
      * to follow the naming format used in $_SERVER.
731 731
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
732 732
      *
733
-     * @param bool|array $authentication
733
+     * @param boolean $authentication
734 734
      * @param array      $params
735 735
      *
736 736
      * @return Client
Please login to merge, or discard this patch.