@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -if (! function_exists('ddl')) { |
|
3 | +if (!function_exists('ddl')) { |
|
4 | 4 | function ddl($var, ...$moreVars) |
5 | 5 | { |
6 | 6 | $trace = debug_backtrace(DEBUG_BACKTRACE_IGNORE_ARGS, 1); |
@@ -44,7 +44,7 @@ |
||
44 | 44 | |
45 | 45 | $access_token = json_decode($response->getBody()->getContents())->access_token; |
46 | 46 | |
47 | - if (! empty($access_token)) { |
|
47 | + if (!empty($access_token)) { |
|
48 | 48 | return $access_token; |
49 | 49 | } |
50 | 50 |