mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
feat(parallel): Adds support for plugins to filter parallel arguments
This commit is contained in:
@ -73,7 +73,7 @@ final class Parallel implements HandlesArguments
|
||||
|
||||
foreach ($placesToCheck as $location) {
|
||||
if (array_key_exists(self::GLOBAL_PREFIX.$key, $location)) {
|
||||
return json_decode($location[self::GLOBAL_PREFIX.$key])['value'] ?? null;
|
||||
return json_decode($location[self::GLOBAL_PREFIX.$key], true)['value'] ?? null;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user