From e55c68fcb47cf6e92e7914db785d090632e5a331 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Sat, 23 Oct 2021 13:42:23 +0200 Subject: [PATCH] Added @throws tag at the comments --- application/helpers/env_helper.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/helpers/env_helper.php b/application/helpers/env_helper.php index 347957a3..1ce442cb 100644 --- a/application/helpers/env_helper.php +++ b/application/helpers/env_helper.php @@ -24,6 +24,8 @@ if ( ! function_exists('env')) * @param mixed $default Default value in case the requested variable has no value. * * @return mixed + * + * @throws InvalidArgumentException */ function env(string $key, $default = NULL) {