Skip to content

Commit a77e974

Browse files
Indentation error
1 parent 56f5dbe commit a77e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AbstractEventDispatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ public static function getSubscribedEvents()
382382
return array(
383383
'pre.foo' => array('preFoo', 10),
384384
'post.foo' => array('postFoo'),
385-
);
385+
);
386386
}
387387
}
388388

0 commit comments

Comments
 (0)