From 7660302bfa3148c747ae18f079c73c2af27a5b82 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Thu, 8 Apr 2021 01:39:23 +0800 Subject: [PATCH] modify --- Annotation/Loader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 264ba009..1fa00de5 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -261,7 +261,7 @@ class Loader extends BaseObject * @param string $filePath * @return $this */ - private function each(string $filePath, string $output): static + private function each(string $filePath, ?string $output): static { $tree = null; $directory = $this->splitDirectory($filePath);