Passed
Push — master ( 145379...16ef67 )
by Marcelo
06:15
created
src/JsonInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@
 block discarded – undo
15 15
     public function get($path, array $data = []);
16 16
 
17 17
     /**
18
-     * @param string $path
19 18
      * @param array $data
20 19
      *
21 20
      * @throws Exception
Please login to merge, or discard this patch.
tests/JsonTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -250,6 +250,9 @@
 block discarded – undo
250 250
         return $this->mockResponseBody('{"foo":"bar"}')->reveal();
251 251
     }
252 252
 
253
+    /**
254
+     * @param string $responseBody
255
+     */
253 256
     private function mockResponseBody($responseBody)
254 257
     {
255 258
         $response = $this->prophesize(ResponseInterface::class);
Please login to merge, or discard this patch.