Skip to content

Commit

Permalink
composer fix-style
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-debugbar authored and actions-user committed Jan 6, 2021
1 parent d6fe211 commit ef326fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Storage/SocketStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function save($id, $data)
'data' => $data,
]);

$encodedPayload = strlen($encodedPayload).'#'.$encodedPayload;
$encodedPayload = strlen($encodedPayload) . '#' . $encodedPayload;

set_error_handler([self::class, 'nullErrorHandler']);
try {
Expand Down Expand Up @@ -97,4 +97,4 @@ function clear()
{
//
}
}
}

0 comments on commit ef326fd

Please sign in to comment.