Completed
Push — master ( dd5a61...384355 )
by Dmitry
27:40
created
src/Command.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return $this->fakeResponseWithData($response, Json::encode(reset($response->getData())));
35 35
     }
36 36
 
37
+    /**
38
+     * @param string $data
39
+     */
37 40
     private function fakeResponseWithData(AbstractResponse $response, $data)
38 41
     {
39 42
         $newResponse = clone $response;
Please login to merge, or discard this patch.