Passed
Branch master (ad234a)
by Alexis
06:42
created
Test/WebTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
      *
82 82
      * @param string $id
83 83
      *
84
-     * @return PHPUnit_Framework_MockObject_MockBuilder
84
+     * @return \PHPUnit_Framework_MockObject_MockBuilder
85 85
      */
86 86
     protected function getServiceMockBuilder($id)
87 87
     {
@@ -556,7 +556,7 @@  discard block
 block discarded – undo
556 556
      * to follow the naming format used in $_SERVER.
557 557
      * Example: 'HTTP_X_REQUESTED_WITH' instead of 'X-Requested-With'
558 558
      *
559
-     * @param bool|array $authentication
559
+     * @param boolean $authentication
560 560
      * @param array      $params
561 561
      *
562 562
      * @return Client
Please login to merge, or discard this patch.