matcher = $matcher; } public function matches(array $scopes): bool { return !($this->matcher->matches($scopes)); } public function getPrefix(array $scopes): null { return null; } }