$arrow = fn($x) => $x + $y;
$this->existingSchemaPaths = array_filter($paths, function ($v) use ($names) { return in_array($v, $names);});
$this->existingSchemaPaths = array_filter($paths, fn($v) => in_array($v, $names));