Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 12, 2023
1 parent 6d29c57 commit 8435e1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/realtime-compiler/tests/ConsoleOutputTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
});

test('printStartMessage method', function () {
HydeKernel::setInstance(new class extends HydeKernel {
HydeKernel::setInstance(new class extends HydeKernel
{
public static function version(): string
{
return '1.2.3';
Expand Down

0 comments on commit 8435e1e

Please sign in to comment.