1
0
mirror of synced 2025-02-20 22:23:14 +03:00

#385 #1181 DDC-3385 - removing @todo that was discussed/cleared

This commit is contained in:
Marco Pivetta 2015-01-13 20:33:10 +01:00
parent a710706c81
commit 8ea394e778

View File

@ -102,7 +102,6 @@ class ClassMetadataFactory extends AbstractClassMetadataFactory
$this->evm->dispatchEvent(Events::onClassMetadataNotFound, $eventArgs);
// @todo to be discussed: event is used as a mutable data vector here, which may be undesired.
return $eventArgs->getFoundMetadata();
}