getManifestVersion example

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 */
    private function getShopwareVersion(): string
    {
        
Home | Imprint | This part of the site doesn't use cookies.