Completed
Push — master ( 60d462...4f375b )
by WEBEWEB
01:55
created
EventListener/KernelEventListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      * On kernel exception.
124 124
      *
125 125
      * @param GetResponseForExceptionEvent $event The event.
126
-     * @return Event Returns the event.
126
+     * @return GetResponseForExceptionEvent Returns the event.
127 127
      */
128 128
     public function onKernelException(GetResponseForExceptionEvent $event) {
129 129
 
Please login to merge, or discard this patch.
Navigation/NavigationTreeHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * Actives the nodes.
31 31
      *
32 32
      * @param Request $request The request.
33
-     * @param array $nodes The nodes.
33
+     * @param \WBW\Library\Core\Model\Node\AbstractNode[] $nodes The nodes.
34 34
      * @param int $level The node level.
35 35
      * @return boolean Returns true in case of success, false othewise.
36 36
      */
Please login to merge, or discard this patch.