Making PHPStan happy
Publish PHP Package / docker (push) Successful in 7s Details

This commit is contained in:
Pavel Shevaev 2024-08-07 13:24:13 +03:00
parent c11528f477
commit 71205818be
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ function _parse_taskstr($str)
function _read_env_vars()
{
$envs = getenv(null);
$envs = getenv();
foreach($envs as $k => $v)
{