Completed
Pull Request — master (#3)
by Pavel
02:49
created
Tests/AbstractRpcTest.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -121,6 +121,10 @@
 block discarded – undo
121 121
         return $mock->reveal();
122 122
     }
123 123
 
124
+    /**
125
+     * @param integer $code
126
+     * @param string $message
127
+     */
124 128
     private function createErrorMock($code, $message)
125 129
     {
126 130
         $mock = $this->prophesize(RpcErrorInterface::class);
Please login to merge, or discard this patch.