Skip to content

Commit

Permalink
MenuItem -> ItemInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinKuklin committed Sep 23, 2012
1 parent 73d5075 commit 6805f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Admin/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ public function getDatagrid()
* @param string $action
* @param \Sonata\AdminBundle\Admin\AdminInterface $childAdmin
*
* @return MenuItem|boolean
* @return \Knp\Menu\ItemInterface|boolean
*/
public function buildSideMenu($action, AdminInterface $childAdmin = null)
{
Expand All @@ -1304,7 +1304,7 @@ public function buildSideMenu($action, AdminInterface $childAdmin = null)
* @param string $action
* @param \Sonata\AdminBundle\Admin\AdminInterface $childAdmin
*
* @return \Knp\Menu\MenuItem
* @return \Knp\Menu\ItemInterface
*/
public function getSideMenu($action, AdminInterface $childAdmin = null)
{
Expand Down

0 comments on commit 6805f7b

Please sign in to comment.