Completed
Pull Request — master (#253)
by
unknown
02:24
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -675,10 +675,10 @@
 block discarded – undo
675 675
      * to follow the naming format used in $_SERVER.
676 676
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
677 677
      *
678
-     * @param bool|array $authentication
678
+     * @param boolean $authentication
679 679
      * @param array      $params
680 680
      *
681
-     * @return Client
681
+     * @return boolean
682 682
      */
683 683
     protected function makeClient($authentication = false, array $params = array())
684 684
     {
Please login to merge, or discard this patch.