Completed
Branch feature/travis (3bdc33)
by Pavel
03:14
created
src/Bankiru/Api/Rpc/ApiDoc/Extractor/Provider/RpcRequestMock.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
         return $this->parameters;
56 56
     }
57 57
 
58
-    /** @return \stdClass|\stdClass[]|null */
58
+    /** @return string */
59 59
     public function getParameters()
60 60
     {
61 61
         return $this->method;
Please login to merge, or discard this patch.
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.