Completed
Push — 2.0 ( f56b08...046d46 )
by Nicolas
02:09
created
Presenters/MenuPresenter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,6 +33,7 @@  discard block
 block discarded – undo
33 33
 
34 34
     /**
35 35
      * {@inheritdoc }.
36
+     * @param MenuItem $item
36 37
      */
37 38
     public function getActiveState($item, $state = ' class="active"')
38 39
     {
@@ -46,7 +47,7 @@  discard block
 block discarded – undo
46 47
     /**
47 48
      * Get active state on child items.
48 49
      *
49
-     * @param $item
50
+     * @param MenuItem $item
50 51
      * @param string $state
51 52
      *
52 53
      * @return null|string
Please login to merge, or discard this patch.