Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
arukompas authored and github-actions[bot] committed Mar 15, 2024
1 parent f83a583 commit 809d76c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/LaravelLogs/LaravelLogsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Opcodes\LogViewer\LogLevels\LaravelLogLevel;
use Opcodes\LogViewer\Logs\LaravelLog;
use Opcodes\LogViewer\Utils\Utils;

use function PHPUnit\Framework\assertEquals;

it('can understand the default Laravel log format', function () {
Expand Down
1 change: 1 addition & 0 deletions tests/Unit/LogTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Opcodes\LogViewer\Logs\LaravelLog;

use function PHPUnit\Framework\assertEquals;

it('can set a custom timezone of the log entry', function () {
Expand Down

0 comments on commit 809d76c

Please sign in to comment.