Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
eugene-nuwber committed Jul 3, 2024
1 parent d7efff8 commit bb0f677
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/RabbitEvents/Listener/Commands/Log/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@

class General extends Writer
{
public function __construct(protected Container $app, protected string $defaultLogLevel = 'info', protected ?string $channel = null)
{
public function __construct(
protected Container $app,
protected string $defaultLogLevel = 'info',
protected ?string $channel = null
) {
}

/**
Expand Down

0 comments on commit bb0f677

Please sign in to comment.