index ?? null; if (isset($index)) { return "/$index/_recovery"; } return "/_recovery"; } public function getParamWhitelist(): array { return [ 'detailed', 'active_only' ]; } public function getMethod(): string { return 'GET'; } }