diff --git a/Annotation/Loader.php b/Annotation/Loader.php index 7d859b4f..4c42d639 100644 --- a/Annotation/Loader.php +++ b/Annotation/Loader.php @@ -275,6 +275,7 @@ class Loader extends BaseObject foreach ($directory as $key => $value) { $_tmp .= DIRECTORY_SEPARATOR . $value; + $this->addError($_tmp); if (!empty($outPath) && str_contains($_tmp, $outPath)) { break; }