Skip to content

Commit

Permalink
Merge pull request #7132 from dbrumann/patch-1
Browse files Browse the repository at this point in the history
Fixes a typo
  • Loading branch information
Ocramius authored Mar 15, 2018
2 parents 43c2524 + 29c86ff commit 3ac8930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Doctrine/ORM/EntityManagerAware.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Doctrine\ORM\Mapping\ClassMetadata;

/**
* Makes a Persistent Objects aware of its own object-manager.
* Makes a Persistent Object aware of its own object-manager.
*
* Using this interface the managing object manager and class metadata instances
* are injected into the persistent object after construction. This allows
Expand Down

0 comments on commit 3ac8930

Please sign in to comment.