Skip to content

Commit

Permalink
doctrine#385 doctrine#1181 DDC-3385 - removing @todo that was discu…
Browse files Browse the repository at this point in the history
…ssed/cleared
  • Loading branch information
Ocramius committed Jan 13, 2015
1 parent a710706 commit 8ea394e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ protected function onNotFoundMetadata($className)

$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();
}

Expand Down

0 comments on commit 8ea394e

Please sign in to comment.