Completed
Push — master ( 8be215...4b09d9 )
by Park Jong-Hun
02:31
created
core/EventListenerRegister.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 
37 37
     private function getEventListenerProc($handler)
38 38
     {
39
-        return function (ParameterMap $parameterMap) use ($handler) {
39
+        return function(ParameterMap $parameterMap) use ($handler) {
40 40
             /** @var ProcInterface */
41 41
             $proc = ProcFactory::getProc($handler);
42 42
             $proc->execWithParameterMap($parameterMap);
Please login to merge, or discard this patch.