From ce1d57503b292e5962e9228ad1f3814d9e3eec53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frederic=20G=2E=20=C3=98stby?= Date: Mon, 28 Oct 2024 21:14:20 +0100 Subject: [PATCH] Cleaning up --- src/mako/cli/output/helpers/Hyperlink.php | 1 + src/mako/cli/output/helpers/Spinner.php | 1 + 2 files changed, 2 insertions(+) diff --git a/src/mako/cli/output/helpers/Hyperlink.php b/src/mako/cli/output/helpers/Hyperlink.php index d29f2cfb8..feb3b3551 100644 --- a/src/mako/cli/output/helpers/Hyperlink.php +++ b/src/mako/cli/output/helpers/Hyperlink.php @@ -10,6 +10,7 @@ use mako\cli\output\Output; use function hash; +use function in_array; use function mako\env; use function sprintf; diff --git a/src/mako/cli/output/helpers/Spinner.php b/src/mako/cli/output/helpers/Spinner.php index 8a0efbfcb..081b20d39 100644 --- a/src/mako/cli/output/helpers/Spinner.php +++ b/src/mako/cli/output/helpers/Spinner.php @@ -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;