Completed
Pull Request — master (#26)
by Lars
02:20
created
QuickPay/API/Exception.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
     * Redefine the exception so message isn't optional
18 18
     *
19 19
     * @access public
20
+    * @param string $message
20 21
     * @return void
21 22
     */
22 23
     public function __construct($message, $code = 0, Exception $previous = null)
Please login to merge, or discard this patch.
QuickPay/API/Request.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@  discard block
 block discarded – undo
27 27
      * Instantiates the object
28 28
      *
29 29
      * @access public
30
+     * @param Client $client
30 31
      * @return object
31 32
      */
32 33
     public function __construct( $client )
@@ -68,6 +69,7 @@  discard block
 block discarded – undo
68 69
      * Performs an API POST request
69 70
      *
70 71
      * @access public
72
+     * @param string $path
71 73
      * @return Response
72 74
      */
73 75
     public function post( $path, $form = array() )
Please login to merge, or discard this patch.