From 6a989011d44832de06cbf7375a9604363af186dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:29:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Annotation/Loader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index e8ba539d..bab080fa 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -261,6 +261,7 @@ class Loader extends BaseObject * @param string $filePath * @param string|null $output * @return $this + * @throws Exception */ private function each(string $filePath, ?string $output): static {