Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrech committed Dec 3, 2023
1 parent 66f2ae3 commit 8e0a617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/RepackCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class RepackedApplication extends Application
$process = new Process([$box, 'compile', '--config=.box.json']);

try {
$process->mustRun(fn ($type, $buffer) => print($buffer));
$process->mustRun(fn ($type, $buffer) => print ($buffer));
} finally {
unlink('.box.json');
unlink('.main.php');
Expand Down

0 comments on commit 8e0a617

Please sign in to comment.