Skip to content

Commit d6516cd

Browse files
committed
minor symfony#7426 remove unused parameter from code example (snoek09)
This PR was merged into the 3.1 branch. Discussion ---------- remove unused parameter from code example Small fix for code example in https://symfony.com/doc/current/frontend/custom_version_strategy.html#implement-versionstrategyinterface. Commits ------- 27a7172 remove unused options parameter from loadManifest
2 parents 6a2158c + 27a7172 commit d6516cd

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)