Fixed PSR2 style guides compliance

This commit is contained in:
everzet
2012-06-02 22:10:00 +02:00
parent fe2d420ab9
commit 7ead2a0e08
4 changed files with 6 additions and 6 deletions

View File

@@ -62,7 +62,7 @@ class MinkAwareInitializer implements InitializerInterface, EventSubscriberInter
*
* @return array The event names to listen to
*/
static public function getSubscribedEvents()
public static function getSubscribedEvents()
{
return array(
'beforeScenario' => 'prepareDefaultMinkSession',