Completed
Pull Request — master (#3)
by thomas
17:25 queued 15:04
created
src/Request/RequestFactory.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -12,9 +12,8 @@  discard block
 block discarded – undo
12 12
     private $nonces = [];
13 13
 
14 14
     /**
15
-     * @param $method
15
+     * @param string $method
16 16
      * @param array $params
17
-     * @param bool $id
18 17
      * @return Request
19 18
      */
20 19
     public function create($method, $params = array())
@@ -27,7 +26,7 @@  discard block
 block discarded – undo
27 26
     }
28 27
 
29 28
     /**
30
-     * @param $string
29
+     * @param string $string
31 30
      * @return Response|Request
32 31
      * @throws \Exception
33 32
      */
Please login to merge, or discard this patch.