Skip to content

Commit 0d5a095

Browse files
committed
Merge pull request symfony#2628 from Antek88/2.1
Fix typo in override.rst
2 parents 436eb30 + 258b676 commit 0d5a095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/bundles/override.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Secondly, if the class is not available as a parameter, you want to make sure th
6969
class is always overridden when your bundle is used, or you need to modify
7070
something beyond just the class name, you should use a compiler pass::
7171

72-
// src/Acme/FooBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
72+
// src/Acme/DemoBundle/DependencyInjection/Compiler/OverrideServiceCompilerPass.php
7373
namespace Acme\DemoBundle\DependencyInjection\Compiler;
7474

7575
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;

0 commit comments

Comments
 (0)