Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed May 25, 2024
2 parents 049d277 + be6073d commit d311be6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Exceptions/ConsoleExceptionHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
use Tempest\ExceptionHandler;
use Tempest\Highlight\Escape;
use Tempest\Highlight\Highlighter;
use Throwable;
use function Tempest\ll;
use Throwable;

final readonly class ConsoleExceptionHandler implements ExceptionHandler
{
Expand Down
4 changes: 3 additions & 1 deletion src/Output/TailReader.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tempest\Console\Output;

use Closure;
Expand Down Expand Up @@ -37,4 +39,4 @@ public function tail(string $path, ?Closure $format = null): void
$offset = $newOffset;
}
}
}
}

0 comments on commit d311be6

Please # to comment.