version = $version; } public function accepts(Instrument $instrument, InstrumentationScopeInterface $instrumentationScope): bool { return $this->version === $instrumentationScope->getVersion(); } }