Skip to content

Commit d6516cd

Browse files
committed
minor #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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy