Skip to content

Commit 0550a0b

Browse files
committed
Merging #341
1 parent 3e67ec6 commit 0550a0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cookbook/service_container/event_listener.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,9 @@ 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
// ...
122-
}
123122
}
124123
}
125124

0 commit comments

Comments
 (0)