@@ -10,7 +10,7 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | public static function serviceRespondsNotSuccessful($response) |
| 12 | 12 | { |
| 13 | - if (isset($response->error)){ |
|
| 13 | + if (isset($response->error)) { |
|
| 14 | 14 | return new static("Couldn't post notification. Response: ".$response->error); |
| 15 | 15 | } |
| 16 | 16 | |