This commit is contained in:
2021-04-14 17:35:40 +08:00
parent 9c95542f31
commit bcda2ff2a0
+1 -2
View File
@@ -259,9 +259,7 @@ class Loader extends BaseObject
/** /**
* @param string $filePath * @param string $filePath
* @param string|null $output
* @return $this * @return $this
* @throws Exception
*/ */
private function each(string $filePath): static private function each(string $filePath): static
{ {
@@ -348,6 +346,7 @@ class Loader extends BaseObject
} }
foreach ($classes as $className) { foreach ($classes as $className) {
$annotations = $this->_classes[$className] ?? null; $annotations = $this->_classes[$className] ?? null;
var_dump($annotations);
if ($annotations === null) { if ($annotations === null) {
continue; continue;
} }