Skip to content

Commit 29c0a1f

Browse files
committed
Fixed code examples in book/internals
1 parent 0f401b8 commit 29c0a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/internals.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ The purpose of this event is to allow other systems to modify or replace the
323323
public function onKernelResponse(FilterResponseEvent $event)
324324
{
325325
$response = $event->getResponse();
326-
// .. modify the response object
326+
// ... modify the response object
327327
}
328328
329329
The ``FrameworkBundle`` registers several listeners:

0 commit comments

Comments
 (0)