@@ -13,7 +13,7 @@ discard block |
||
13 | 13 | */ |
14 | 14 | public function setHeaders($addition_headers) |
15 | 15 | { |
16 | - if (is_array($addition_headers) && ! empty($addition_headers)) { |
|
16 | + if (is_array($addition_headers) && !empty($addition_headers)) { |
|
17 | 17 | $this->headers = array_merge($this->headers, $addition_headers); |
18 | 18 | } |
19 | 19 | |
@@ -91,7 +91,7 @@ discard block |
||
91 | 91 | */ |
92 | 92 | public function getUserAgent() |
93 | 93 | { |
94 | - if (! $this->userAgent) { |
|
94 | + if (!$this->userAgent) { |
|
95 | 95 | $this->userAgent = config('tiktok.user_agent'); |
96 | 96 | } |
97 | 97 |