Test Failed
Pull Request — master (#54)
by Lars
02:18
created
QuickPay/QuickPay.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -14,15 +14,15 @@
 block discarded – undo
14 14
     public $request;
15 15
 
16 16
     /**
17
-    * __construct function.
18
-    *
19
-    * Instantiates the main class.
20
-    * Creates a client which is passed to the request construct.
21
-    *
22
-    * @auth_string string Authentication string for QuickPay
23
-    *
24
-    * @access public
25
-    */
17
+     * __construct function.
18
+     *
19
+     * Instantiates the main class.
20
+     * Creates a client which is passed to the request construct.
21
+     *
22
+     * @auth_string string Authentication string for QuickPay
23
+     *
24
+     * @access public
25
+     */
26 26
     public function __construct($auth_string = '')
27 27
     {
28 28
         $client = new Client($auth_string);
Please login to merge, or discard this patch.
Tests/api/RequestTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      * @param array $a
99 99
      * @param string $b
100 100
      * @param int $c
101
-     * @return bool|string
101
+     * @return false|string
102 102
      */
103 103
     public function handleArrayData($a, $b = '', $c=0)
104 104
     {
Please login to merge, or discard this patch.