Completed
Pull Request — master (#19)
by Pavel
05:08
created
JsonRpc/Tests/RpcClientTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
         $response = $collection->getResponse($request);
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $id
30
+     */
28 31
     public function getStaticIdGenerator($id)
29 32
     {
30 33
         $generator = $this->prophesize(IdGeneratorInterface::class);
Please login to merge, or discard this patch.