@psalm-suppress ArgumentTypeCoercion
Overrides SelectionCriteriaInterface::accepts
public function accepts(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope) : bool { return (bool) preg_match($this->pattern, $instrument->name); }