From 992854320cb327a6ed63157f7f03abd9a1e90cda Mon Sep 17 00:00:00 2001 From: miguel456 Date: Mon, 22 Aug 2022 20:22:24 +0100 Subject: [PATCH] refactor(options): update doc comment --- app/Helpers/Options.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Helpers/Options.php b/app/Helpers/Options.php index a1b35e8..1297a23 100755 --- a/app/Helpers/Options.php +++ b/app/Helpers/Options.php @@ -37,8 +37,9 @@ class Options /** * Returns an assortment of settings found in the mentioned category * - * @param $category The category + * @param string $category The category * @return Collection The settings in this category + * @throws EmptyOptionsException */ public function getCategory(string $category): Collection {