Completed
Push — master ( f72a4b...188ca1 )
by Pavel
04:06
created
src/Bankiru/Api/Rpc/Controller/RpcController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -105,7 +105,7 @@
 block discarded – undo
105 105
     }
106 106
 
107 107
     /**
108
-     * @param $name
108
+     * @param string $name
109 109
      *
110 110
      * @return object|null
111 111
      * @throws ServiceNotFoundException
Please login to merge, or discard this patch.
src/Bankiru/Api/Rpc/Tests/Fixtures/Rpc/RpcImplController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
      * @param array               $array
22 22
      * @param RpcRequestInterface $request
23 23
      *
24
-     * @return JsonResponse
24
+     * @return Response
25 25
      */
26 26
     public function testAction($noDefault, $default = 'test', array $array, RpcRequestInterface $request)
27 27
     {
Please login to merge, or discard this patch.