public function decideGuardFork(Token $token) : bool { return $token->test([ 'else', 'endguard', ]); }