Skip to content

Commit b074795

Browse files
arukompasgithub-actions[bot]
authored andcommitted
Fix styling
1 parent b56feb2 commit b074795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/ProcessingLaravelLogEntriesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
]);
9696

9797
it('handles missing message', function () {
98-
$text = "[2022-11-07 17:51:33] production.ERROR: ";
98+
$text = '[2022-11-07 17:51:33] production.ERROR: ';
9999

100100
$log = new Log(0, $text, 'laravel.log', 0);
101101

0 commit comments

Comments
 (0)