Completed
Push — master ( 7774b2...9b3d0e )
by Pavel
03:24
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
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Bankiru\Api\Rpc\Routing\Annotation\Method;
7 7
 use ScayTrase\Api\Rpc\RpcRequestInterface;
8 8
 use Symfony\Bundle\FrameworkBundle\Controller\Controller;
9
-use Symfony\Component\HttpFoundation\JsonResponse;
10 9
 
11 10
 class RpcImplController extends Controller
12 11
 {
Please login to merge, or discard this patch.