@@ -100,7 +100,7 @@ |
||
100 | 100 | $eventNames = $this->getDefaultEventNames(); |
101 | 101 | |
102 | 102 | $classNames = array_map( |
103 | - function ($event) use ($namespace) { |
|
103 | + function($event) use ($namespace) { |
|
104 | 104 | $className = str_replace(' ', '', ucwords(str_replace(array('_', ':'), ' ', $event))); |
105 | 105 | |
106 | 106 | return $namespace . $className . 'Event'; |