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);