Skip to content

Commit d0ecbbc

Browse files
committed
Minor tweak
1 parent c0fc671 commit d0ecbbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

profiler.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,10 +200,10 @@ event::
200200

201201
// ...
202202
203-
class MySubscriber implements EventSubscriberInterface {
204-
public function __construct(
205-
private KernelInterface $kernel,
206-
) {
203+
class MySubscriber implements EventSubscriberInterface
204+
{
205+
public function __construct(private KernelInterface $kernel)
206+
{
207207
}
208208
209209
// ...

0 commit comments

Comments
 (0)