Skip to content

Commit

Permalink
doctrine#1130 DDC-3300 - removing typo causing parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Jan 16, 2015
1 parent 550694a commit 98644ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ClassMetadataFactory extends AbstractClassMetadataFactory
* {@inheritDoc}
*/
protected function loadMetadata($name)
`` {
{
$loaded = parent::loadMetadata($name);

array_map([$this, 'resolveDiscriminatorValue'], array_map([$this, 'getMetadataFor'], $loaded));
Expand Down

0 comments on commit 98644ba

Please sign in to comment.