@@ -338,7 +338,7 @@ |
||
338 | 338 | } |
339 | 339 | $this->dispatcher->dispatch(new ItemEvent(BaseEvent::TRANSFORM, $item, $key, $this)); |
340 | 340 | } catch (Exception $e) { |
341 | - /** @var ItemExceptionEvent $event */ |
|
341 | + /** @var ItemExceptionEvent $event */ |
|
342 | 342 | $event = $this->dispatcher->dispatch( |
343 | 343 | new ItemExceptionEvent(BaseEvent::TRANSFORM_EXCEPTION, $item ?? null, $key ?? null, $this, $e) |
344 | 344 | ); |
@@ -70,8 +70,8 @@ |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | /** |
73 | - * {@inheritodc} |
|
74 | - */ |
|
73 | + * {@inheritodc} |
|
74 | + */ |
|
75 | 75 | public function init(array $options = []): void |
76 | 76 | { |
77 | 77 | if (isset($options['eol'])) { |