8000 Fixed code example wrong prepend() method declaration · a-ast/symfony-docs@d8fb154 · GitHub
[go: up one dir, main page]

Skip to content

Commit d8fb154

Browse files
committed
Fixed code example wrong prepend() method declaration
1 parent 440ef36 commit d8fb154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/compilation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ method is called by implementing
292292
{
293293
// ...
294294

295-
public function prepend()
295+
public function prepend(ContainerBuilder $container)
296296
{
297297
// ...
298298

0 commit comments

Comments
 (0)
0