Completed
Pull Request — master (#239)
by Adamo
20:02 queued 13:40
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@  discard block
 block discarded – undo
79 79
      *
80 80
      * @param string $id
81 81
      *
82
-     * @return PHPUnit_Framework_MockObject_MockBuilder
82
+     * @return \PHPUnit_Framework_MockObject_MockBuilder
83 83
      */
84 84
     protected function getServiceMockBuilder($id)
85 85
     {
@@ -573,7 +573,7 @@  discard block
 block discarded – undo
573 573
      * to follow the naming format used in $_SERVER.
574 574
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
575 575
      *
576
-     * @param bool|array $authentication
576
+     * @param boolean $authentication
577 577
      * @param array      $params
578 578
      *
579 579
      * @return Client
Please login to merge, or discard this patch.