Skip to content

Commit 35c9cd7

Browse files
committed
Bad indentation
1 parent 4257f68 commit 35c9cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ très facilement comme ceci::
116116
if (HttpKernel::MASTER_REQUEST != $event->getRequestType()) {
117117
// ne rien faire si ce n'est pas la requête principale
118118
return;
119-
}
119+
}
120120
121121
// ...
122122
}

0 commit comments

Comments
 (0)