We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4176d71 commit 5a3bbf3Copy full SHA for 5a3bbf3
Mapping/Loader/AttributeLoader.php
@@ -77,7 +77,7 @@ public function loadClassMetadata(ClassMetadataInterface $classMetadata): bool
77
return $success;
78
}
79
80
- public function doLoadClassMetadata(\ReflectionClass $reflectionClass, ClassMetadataInterface $classMetadata): bool
+ private function doLoadClassMetadata(\ReflectionClass $reflectionClass, ClassMetadataInterface $classMetadata): bool
81
{
82
$className = $reflectionClass->name;
83
$loaded = false;
0 commit comments