@@ -20,7 +20,7 @@ |
||
20 | 20 | } catch (\Throwable $e) { |
21 | 21 | $message = sprintf('Failed to parse %s: %s', get_called_class(), $e->getMessage()); |
22 | 22 | |
23 | - if(!empty($data['id'])) { |
|
23 | + if (!empty($data['id'])) { |
|
24 | 24 | $message .= ' ID: ' . $data['id']; |
25 | 25 | } |
26 | 26 |
@@ -81,6 +81,6 @@ |
||
81 | 81 | } |
82 | 82 | |
83 | 83 | return $this->config->getBaseUrl() . '/deeplink/' . $this->config->getAppId() . '/' . |
84 | - $this->config->getMasterKey(); |
|
84 | + $this->config->getMasterKey(); |
|
85 | 85 | } |
86 | 86 | } |
87 | 87 | \ No newline at end of file |