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 {