public function hasMatchers() : bool { foreach ($this->matchers as $matcher) { if ($matcher->hasMatchers()) { return true; } } return false; }