mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat(parallel): Adds support for plugins to filter parallel arguments
This commit is contained in:
@ -64,7 +64,7 @@ final class Parallel implements HandlesArguments
|
|||||||
{
|
{
|
||||||
$data = ['value' => $value instanceof Stringable ? $value->__toString() : $value];
|
$data = ['value' => $value instanceof Stringable ? $value->__toString() : $value];
|
||||||
|
|
||||||
$_SERVER[self::GLOBAL_PREFIX.$key] = json_encode($data);
|
$_ENV[self::GLOBAL_PREFIX.$key] = json_encode($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function getGlobal(string $key): string|int|bool|null
|
public static function getGlobal(string $key): string|int|bool|null
|
||||||
|
|||||||
Reference in New Issue
Block a user