Skip to content

Commit 809d76c

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f83a583 commit 809d76c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/Unit/LaravelLogs/LaravelLogsTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
use Opcodes\LogViewer\LogLevels\LaravelLogLevel;
44
use Opcodes\LogViewer\Logs\LaravelLog;
55
use Opcodes\LogViewer\Utils\Utils;
6+
67
use function PHPUnit\Framework\assertEquals;
78

89
it('can understand the default Laravel log format', function () {

tests/Unit/LogTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?php
22

33
use Opcodes\LogViewer\Logs\LaravelLog;
4+
45
use function PHPUnit\Framework\assertEquals;
56

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

0 commit comments

Comments
 (0)