getStep(); if (count($step->getNextSteps()) > 1) { throw Exceptions::automationStructureNotValid(__('Path split found in automation graph', 'mailpoet'), self::RULE_ID); } } public function complete(Automation $automation): void { } }