Update functions_cli.php

This commit is contained in:
Roman Kelesidis 2025-06-09 14:13:52 +03:00
commit 1c759c3b02

View file

@ -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'],