Completed
Pull Request — master (#222)
by Adamo
05:07
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
82 82
      *
83 83
      * @param string $id
84 84
      *
85
-     * @return PHPUnit_Framework_MockObject_MockBuilder
85
+     * @return \PHPUnit_Framework_MockObject_MockBuilder
86 86
      */
87 87
     protected function getServiceMockBuilder($id)
88 88
     {
@@ -561,7 +561,7 @@  discard block
 block discarded – undo
561 561
      * to follow the naming format used in $_SERVER.
562 562
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
563 563
      *
564
-     * @param bool|array|string $authentication
564
+     * @param boolean $authentication
565 565
      * @param array             $params
566 566
      *
567 567
      * @return Client
Please login to merge, or discard this patch.