mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 22:33:55 -07:00
Update functions_cli.php
This commit is contained in:
parent
2359724031
commit
1c759c3b02
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ function out(string $str, string $type = ''): void
|
||||||
* @param string|null $input
|
* @param string|null $input
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
function runProcess(string $cmd, string $input = null): void
|
function runProcess(string $cmd, ?string $input = null): void
|
||||||
{
|
{
|
||||||
$descriptorSpec = [
|
$descriptorSpec = [
|
||||||
0 => ['pipe', 'r'],
|
0 => ['pipe', 'r'],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue