eventData['type'] = $type; /** @var HookUpdateUserObserverInterface $observer */ foreach ($this->observers as $observer) { $observer->hookUpdateUser($this); } return 1; } }