Completed
Push — master ( 5eae2e...40f0f7 )
by Park Jong-Hun
02:53
created
core/ControllerDispatcher/Dispatcher.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,6 @@  discard block
 block discarded – undo
63 63
     }
64 64
 
65 65
     /**
66
-     * @param  Request   $request   [description]
67 66
      * @param  ViewModel $viewModel [description]
68 67
      * @return ParameterMap
69 68
      */
@@ -109,6 +108,9 @@  discard block
 block discarded – undo
109 108
         return $matcher->match($this->request)['handler'];
110 109
     }
111 110
 
111
+    /**
112
+     * @param string $eventName
113
+     */
112 114
     private function triggerEvent($eventName)
113 115
     {
114 116
         Application::getInstance()
Please login to merge, or discard this patch.