@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | protected $type = "medical/test_results"; |
| 16 | 16 | |
| 17 | - function readCollection(){ |
|
| 17 | + function readCollection() { |
|
| 18 | 18 | |
| 19 | 19 | } |
| 20 | 20 | } |
@@ -15,7 +15,7 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | protected $type = "medical/medications"; |
| 17 | 17 | |
| 18 | - function readCollection(){ |
|
| 18 | + function readCollection() { |
|
| 19 | 19 | |
| 20 | 20 | } |
| 21 | 21 | } |
@@ -56,6 +56,6 @@ |
||
| 56 | 56 | "json" => $this->sessionTokenData, |
| 57 | 57 | ) |
| 58 | 58 | ); |
| 59 | - return json_decode($response->getBody(),true); |
|
| 59 | + return json_decode($response->getBody(), true); |
|
| 60 | 60 | } |
| 61 | 61 | } |