diff --git a/frontend/custom_version_strategy.rst b/frontend/custom_version_strategy.rst index 8e812e8358f..112ecd7f6b9 100644 --- a/frontend/custom_version_strategy.rst +++ b/frontend/custom_version_strategy.rst @@ -100,7 +100,7 @@ version string:: return $versionized; } - private function loadManifest(array $options) + private function loadManifest() { return json_decode(file_get_contents($this->manifestPath), true); }