mirror of
https://github.com/pestphp/pest.git
synced 2026-06-05 10:52:14 +02:00
types
This commit is contained in:
@ -1289,7 +1289,7 @@ final class Graph
|
||||
/** @param array<string, array<int, string>> $edges */
|
||||
private function anyTestUses(array $edges, string $component): bool
|
||||
{
|
||||
return array_any($edges, fn ($components): bool => in_array($component, $components, true));
|
||||
return array_any($edges, fn (array $components): bool => in_array($component, $components, true));
|
||||
}
|
||||
|
||||
public function pruneMissingTests(): void
|
||||
|
||||
Reference in New Issue
Block a user