summaryrefslogtreecommitdiffstats
path: root/src/Tolkiendil/MainBundle/Menu/MenuInterface.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tolkiendil/MainBundle/Menu/MenuInterface.php')
-rw-r--r--src/Tolkiendil/MainBundle/Menu/MenuInterface.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/Tolkiendil/MainBundle/Menu/MenuInterface.php b/src/Tolkiendil/MainBundle/Menu/MenuInterface.php
index 0306b73..68dd52e 100644
--- a/src/Tolkiendil/MainBundle/Menu/MenuInterface.php
+++ b/src/Tolkiendil/MainBundle/Menu/MenuInterface.php
@@ -7,8 +7,9 @@ use Knp\Menu\FactoryInterface;
interface MenuInterface
{
/**
- * @param \Knp\Menu\FactoryInterface; $factory
+ * @param FactoryInterface $factory
+ *
* @return \Knp\Menu\ItemInterface
*/
- function getMenu(FactoryInterface $factory);
+ public function getMenu(FactoryInterface $factory);
}