Passed
Pull Request — master (#11)
by Pavel
06:35
created
Tests/JsonRpcControllerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -165,6 +165,9 @@
 block discarded – undo
165 165
         );
166 166
     }
167 167
 
168
+    /**
169
+     * @param string $uri
170
+     */
168 171
     private function createJsonRequest($uri, $content)
169 172
     {
170 173
         return Request::create($uri, 'POST', [], [], [], [], json_encode($content));
Please login to merge, or discard this patch.