Passed
Push — master ( 6351b0...2a835b )
by Stavros
12:23
created
src/Traits/getConfigSettings.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 
6 6
 trait getConfigSettings
7 7
 {
8
-       public function getConfigSettings() {
8
+        public function getConfigSettings() {
9 9
         if (!property_exists($this, 'accessToken')) {
10 10
                 throw new \Exception('Property $accessToken does not exist');
11 11
             }
Please login to merge, or discard this patch.
src/Transaction.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     }
18 18
 
19 19
     public function process(){
20
-           echo 'Price =  '.$this->amount; 
20
+            echo 'Price =  '.$this->amount; 
21 21
 
22 22
     }
23 23
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
     }
18 18
 
19
-    public function process(){
19
+    public function process() {
20 20
            echo 'Price =  '.$this->amount; 
21 21
 
22 22
     }
Please login to merge, or discard this patch.