Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Prev Previous commit
Next Next commit
[HttpKernel] Fixed code standard
  • Loading branch information
gquemener committed Dec 31, 2013
commit 399b7c0740f4d61abcaffe806ba717819c35b0a6
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function __construct(array $formats)
}

/**
* Set additional request formats
* Set additional requests formats
*
* @param GetResponseEvent $event
*/
Expand All @@ -52,8 +52,6 @@ public function onKernelRequest(GetResponseEvent $event)
*/
public static function getSubscribedEvents()
{
return array(
KernelEvents::REQUEST => 'onKernelRequest',
);
return array(KernelEvents::REQUEST => 'onKernelRequest');
}
}