Skip to content

Commit 113a92b

Browse files
geekjourneyxStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 0ede836 commit 113a92b

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)