Skip to content

Commit

Permalink
Merge pull request #47 from anavel/analysis-XpE6r6
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
ablunier authored Sep 12, 2016
2 parents 2410635 + 2ada2f0 commit d88c3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Composers/SidebarComposer.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function getSidebarItems()
}
}
// Remove empty groups (resulting, most probably, of different permissions)
if(count($menuItems[$group]['items']) < 1) {
if (count($menuItems[$group]['items']) < 1) {
unset($menuItems[$group]);
}
}
Expand Down

0 comments on commit d88c3d7

Please sign in to comment.