@@ -23,7 +23,7 @@ |
||
23 | 23 | */ |
24 | 24 | public function register() |
25 | 25 | { |
26 | - $this->app->bind('OpenGraph', function () { |
|
26 | + $this->app->bind('OpenGraph', function() { |
|
27 | 27 | return new \shweshi\OpenGraph\OpenGraph(); |
28 | 28 | }); |
29 | 29 | } |
@@ -66,7 +66,7 @@ |
||
66 | 66 | /** |
67 | 67 | * @throws FetchException |
68 | 68 | */ |
69 | - protected function curl_get_contents($url, $lang, $userAgent): bool|string |
|
69 | + protected function curl_get_contents($url, $lang, $userAgent): bool | string |
|
70 | 70 | { |
71 | 71 | $headers = [ |
72 | 72 | 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', |