Skip to content

Commit 60314c9

Browse files
authored
Merge pull request #5 from reallyli/analysis-qxo4rO
Apply fixes from StyleCI
2 parents 0ede836 + 113a92b commit 60314c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Pusher/Pusher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function sendRequest(string $url, array $data)
5959
$response = curl_exec($ch);
6060

6161
if ($response === false) {
62-
logger()->error('[LaravelUnicomponent] Pusher Send Request Error, data:'. $jsonData);
62+
logger()->error('[LaravelUnicomponent] Pusher Send Request Error, data:'.$jsonData);
6363

6464
return false;
6565
}

0 commit comments

Comments
 (0)