Completed
Pull Request — master (#346)
by Lukas Kahwe
23:26
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      *
94 94
      * @param string $id
95 95
      *
96
-     * @return \PHPUnit_Framework_MockObject_MockBuilder
96
+     * @return \PHPUnit\Framework\MockObject\MockBuilder
97 97
      */
98 98
     protected function getServiceMockBuilder($id)
99 99
     {
@@ -748,7 +748,7 @@  discard block
 block discarded – undo
748 748
      * to follow the naming format used in $_SERVER.
749 749
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
750 750
      *
751
-     * @param bool|array $authentication
751
+     * @param boolean $authentication
752 752
      * @param array      $params
753 753
      *
754 754
      * @return Client
Please login to merge, or discard this patch.