Skip to content

Commit

Permalink
Fixed bug in documentation - wrong semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Holicz committed Feb 16, 2016
1 parent 24a1ac9 commit d9f98d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/docs/sidebar_navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class MyMenuItemListListener {
protected function getMenu(Request $request) {
// Build your menu here by constructing a MenuItemModel array
$menuItems = array(
$blog = new MenuItemModel('ItemId', 'ItemDisplayName', 'item_symfony_route', array(/* options */), 'iconclasses fa fa-plane');
$blog = new MenuItemModel('ItemId', 'ItemDisplayName', 'item_symfony_route', array(/* options */), 'iconclasses fa fa-plane')
);

// Add some children
Expand Down

0 comments on commit d9f98d7

Please sign in to comment.