From 98e00c6427e4318861b5c0bc2b3ba9c4820398d6 Mon Sep 17 00:00:00 2001 From: Rev Date: Wed, 27 Oct 2021 00:39:47 +0900 Subject: [PATCH] add docstring to method --- app/Data/ItemsCollection.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/Data/ItemsCollection.php b/app/Data/ItemsCollection.php index e4010f1..88ab98a 100644 --- a/app/Data/ItemsCollection.php +++ b/app/Data/ItemsCollection.php @@ -18,6 +18,9 @@ class ItemsCollection private string $items_file_key = 'items.json'; private string $locales_file_key = 'locales.json'; + /** + * @throws Exception + */ public function __construct() { if (!File::exists(storage_path($this->items_file_key))) {