Skip to content

Commit 27a7172

Browse files
author
Henry Snoek
committed
remove unused options parameter from loadManifest
1 parent 6a2158c commit 27a7172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/custom_version_strategy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ version string::
100100
return $versionized;
101101
}
102102

103-
private function loadManifest(array $options)
103+
private function loadManifest()
104104
{
105105
return json_decode(file_get_contents($this->manifestPath), true);
106106
}

0 commit comments

Comments
 (0)