|
@@ -49,7 +49,7 @@ |
|
|
block discarded – undo |
|
49
|
49
|
|
|
50
|
50
|
protected function generateLevel1Item(array $eventListenerMethods) |
|
51
|
51
|
{ |
|
52
|
|
- return array_map(function (ListenerMethod $listener) { |
|
|
52
|
+ return array_map(function(ListenerMethod $listener) { |
|
53
|
53
|
return $this->spaces(self::SPACES_AT_HANDLERS) . |
|
54
|
54
|
'[' . $this->prependSlash($this->getLevel1FirstItem($listener)) . '::class' . ', \'' . $this->getLevel1SecondItem($listener) . '\'],'; |
|
55
|
55
|
}, $eventListenerMethods); |
Please login to merge, or discard this patch.