feat(parallel): Adds support for plugins to filter parallel arguments

This commit is contained in:
Luke Downing
2023-03-22 11:27:26 +00:00
parent 0539d2ba62
commit ff82596158

View File

@ -79,6 +79,7 @@ final class Parallel implements HandlesArguments
foreach ($placesToCheck as $location) {
if (array_key_exists(self::GLOBAL_PREFIX.$key, $location)) {
// @phpstan-ignore-next-line
return json_decode($location[self::GLOBAL_PREFIX.$key], true)['value'] ?? null;
}
}