From 0766e9b66cf1a604f9705bbceeeadfc81f1a9b39 Mon Sep 17 00:00:00 2001 From: Tim Yiu Date: Tue, 24 Oct 2023 10:25:02 -0700 Subject: [PATCH] nit: docs style --- src/Remote/RemoteEvaluationConfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Remote/RemoteEvaluationConfig.php b/src/Remote/RemoteEvaluationConfig.php index ed082b0..29b10cf 100644 --- a/src/Remote/RemoteEvaluationConfig.php +++ b/src/Remote/RemoteEvaluationConfig.php @@ -6,7 +6,7 @@ * Configuration options. This is an object that can be created using * a {@link RemoteEvaluationConfigBuilder}. Example usage: * - *`(RemoteEvaluationConfig::builder()->serverUrl("https://api.lab.amplitude.com/")->build()` + *`RemoteEvaluationConfig::builder()->serverUrl("https://api.lab.amplitude.com/")->build()` */ class RemoteEvaluationConfig {