Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 26, 2024
1 parent 445053e commit 3261fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/mako/cli/Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use function exec;
use function mako\env;
use function preg_match;
use function shell_exec;

/**
* Environment.
Expand Down
1 change: 1 addition & 0 deletions src/mako/cli/output/helpers/Spinner.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
use function pcntl_wait;
use function posix_getpid;
use function posix_kill;
use function sprintf;
use function usleep;

/**
Expand Down

0 comments on commit 3261fdb

Please sign in to comment.