@@ -5,7 +5,7 @@ |
||
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 | } |
@@ -17,7 +17,7 @@ |
||
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 |
@@ -16,7 +16,7 @@ |
||
16 | 16 | |
17 | 17 | } |
18 | 18 | |
19 | - public function process(){ |
|
19 | + public function process() { |
|
20 | 20 | echo 'Price = '.$this->amount; |
21 | 21 | |
22 | 22 | } |