Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit edbd29c

Browse files
committed
Fixes styling in code example
1 parent f9e290c commit edbd29c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

doc/book/cookbook/setting-module-specific-layout.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ class LayoutListener extends AbstractListenerAggregate
2626
{
2727
$this->listeners[] = $events->attach(
2828
MvcEvent::EVENT_RENDER,
29-
[
30-
$this,
31-
'setLayout',
32-
]
29+
[$this, 'setLayout']
3330
);
3431
}
3532

0 commit comments

Comments
 (0)