From bfe20a5ff6bf56121d4399b40a6f49da61d65473 Mon Sep 17 00:00:00 2001 From: Deeka Wong <8337659+huangdijia@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:05:15 +0800 Subject: [PATCH] Cs Fix --- src/Env.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Env.php b/src/Env.php index 884a553..a50bdac 100644 --- a/src/Env.php +++ b/src/Env.php @@ -101,7 +101,7 @@ public static function getOrFail($key) * Get the possible option for this environment variable. * * @param string $key - * @return \PhpOption\Option|\PhpOption\Some + * @return Option|\PhpOption\Some */ protected static function getOption($key) {