Revision 83b4590a4f3559c0cdc7f502229d3761e9016a81
Committed on 27/01/2013 1:05 pm by
Smart-Core <[email protected]> [GitHub Diff]
fix array in array Subscribed Events, for example in https://github.com/symfony/HttpKernel/blob/master/EventListener/RouterListener.php#L115 :
public static function getSubscribedEvents()
{
return array(
KernelEvents::REQUEST => array(array('onKernelRequest', 32)),
);
}