Skip to content

Commit

Permalink
Fixes styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt authored and github-actions[bot] committed May 25, 2024
1 parent 5cb9d46 commit 9d93b9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Commands/LogCommands.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Tempest\Highlight\Highlighter;
use Tempest\Log\Channels\AppendLogChannel;
use Tempest\Log\LogConfig;
use function Tempest\lw;

final readonly class LogCommands
{
Expand Down
4 changes: 3 additions & 1 deletion tests/Fixtures/LogDebugCommand.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tests\Tempest\Console\Fixtures;

use Tempest\Console\ConsoleCommand;
Expand All @@ -12,4 +14,4 @@ public function log(): void
{
lw(a: ['a' => 123], b: 'abc', time: time());
}
}
}

0 comments on commit 9d93b9e

Please # to comment.