Skip to content

Commit

Permalink
Cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Oct 28, 2024
1 parent 0c3185e commit ce1d575
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/output/helpers/Hyperlink.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
use mako\cli\output\Output;

use function hash;
use function in_array;
use function mako\env;
use function sprintf;

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_fork;
use function pcntl_wait;
use function posix_getpid;
use function posix_getppid;
use function posix_kill;
use function sprintf;
use function usleep;
Expand Down

0 comments on commit ce1d575

Please sign in to comment.