this function creates the __invoke() method in a lambda class, that calls a lambda function function($x) use ($a) was turned into lambda$xxx($a, $x) the __invoke() method of a lambda class will look like __invoke($x) { return lambda$xxx($this->a, $x); }
source not stored for this graph (policy: none)
no test coverage detected