8889841cwp-content/plugins/mailpoet/lib/Automation/Engine/Validation/AutomationRules/NoSplitRule.php000064400000001575150513416310034220 0ustar00home/clixcotz/tcchp.clix.co.tzgetStep(); if (count($step->getNextSteps()) > 1) { throw Exceptions::automationStructureNotValid(__('Path split found in automation graph', 'mailpoet'), self::RULE_ID); } } public function complete(Automation $automation): void { } }