mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 05:43:45 +02:00
Fix StyleCI issues
This commit is contained in:
@@ -17,7 +17,8 @@ class DaemonTransferRepository extends DaemonRepository
|
||||
*
|
||||
* @throws DaemonConnectionException
|
||||
*/
|
||||
public function notify(Server $server, array $data, Node $node, string $token): void {
|
||||
public function notify(Server $server, array $data, Node $node, string $token): void
|
||||
{
|
||||
try {
|
||||
$this->getHttpClient()->post('/api/transfer', [
|
||||
'json' => [
|
||||
@@ -27,7 +28,7 @@ class DaemonTransferRepository extends DaemonRepository
|
||||
'server' => $data,
|
||||
],
|
||||
]);
|
||||
} catch(TransferException $exception) {
|
||||
} catch (TransferException $exception) {
|
||||
throw new DaemonConnectionException($exception);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user