if ($path === false
) { throw new \
LogicException("could not locate filepath for class {
$className}"
);
} return $path;
} private function getDeprecationTagTester(): AnnotationTagTester
{ if ($this->deprecationTagTester === null
) { $this->deprecationTagTester =
new AnnotationTagTester( $this->
getShopwareVersion(),
$this->
getManifestVersion() );
} return $this->deprecationTagTester;
} /**
* can be overwritten with env variable VERSION
*/