From 1c759c3b02c06100ad07986048215b4e55c6c395 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Mon, 9 Jun 2025 14:13:52 +0300 Subject: [PATCH] Update functions_cli.php --- library/includes/functions_cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/includes/functions_cli.php b/library/includes/functions_cli.php index 4c566b792..d2adb0188 100644 --- a/library/includes/functions_cli.php +++ b/library/includes/functions_cli.php @@ -88,7 +88,7 @@ function out(string $str, string $type = ''): void * @param string|null $input * @return void */ -function runProcess(string $cmd, string $input = null): void +function runProcess(string $cmd, ?string $input = null): void { $descriptorSpec = [ 0 => ['pipe', 'r'],