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:
@ -79,6 +79,7 @@ final class Parallel implements HandlesArguments
|
|||||||
|
|
||||||
foreach ($placesToCheck as $location) {
|
foreach ($placesToCheck as $location) {
|
||||||
if (array_key_exists(self::GLOBAL_PREFIX.$key, $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;
|
return json_decode($location[self::GLOBAL_PREFIX.$key], true)['value'] ?? null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user