Skip to content

Commit 3859f0d

Browse files
committed
Merge pull request symfony#3394 from ifdattic/fix-syntax-error-in-namespace
Fix syntax error in namespace (incorrect slash)
2 parents 7098e87 + ffa6ceb commit 3859f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ First configure a listener for console terminate events in the service container
242242
Then implement the actual listener::
243243

244244
// src/Acme/DemoBundle/EventListener/ConsoleExceptionListener.php
245-
namespace Acme/DemoBundle\EventListener;
245+
namespace Acme\DemoBundle\EventListener;
246246

247247
use Symfony\Component\Console\Event\ConsoleTerminateEvent;
248248
use Psr\Log\LoggerInterface;

0 commit comments

Comments
 (0)