Completed
Push — master ( f4996e...e1ea0b )
by WEBEWEB
01:42
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/NavigationTree.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
      * Actives the nodes.
33 33
      *
34 34
      * @param string $url The active URL.
35
-     * @param array $nodes The nodes.
35
+     * @param \WBW\Library\Core\Node\AbstractNode[] $nodes The nodes.
36 36
      * @param integer $level The node level.
37 37
      * @return boolean Returns true in case of success, false othewise.
38 38
      */
Please login to merge, or discard this patch.