Skip to content

Commit

Permalink
Merge pull request #755 from shieldo/patch-2
Browse files Browse the repository at this point in the history
corrected English grammar in docblocks
  • Loading branch information
guilhermeblanco committed Aug 13, 2013
2 parents 6372e60 + 494ab1f commit 6e26568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Doctrine/ORM/Tools/EntityGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,7 @@ protected function prefixCodeWithSpaces($code, $num = 1)
*
* @return string The literal string for the inheritance type.
*
* @throws \InvalidArgumentException When the inheritance type does not exists.
* @throws \InvalidArgumentException When the inheritance type does not exist.
*/
protected function getInheritanceTypeString($type)
{
Expand All @@ -1509,7 +1509,7 @@ protected function getInheritanceTypeString($type)
*
* @return string The literal string for the change-tracking type.
*
* @throws \InvalidArgumentException When the change-tracking type does not exists.
* @throws \InvalidArgumentException When the change-tracking type does not exist.
*/
protected function getChangeTrackingPolicyString($type)
{
Expand All @@ -1525,7 +1525,7 @@ protected function getChangeTrackingPolicyString($type)
*
* @return string The literal string for the generator type.
*
* @throws \InvalidArgumentException When the generator type does not exists.
* @throws \InvalidArgumentException When the generator type does not exist.
*/
protected function getIdGeneratorTypeString($type)
{
Expand Down

0 comments on commit 6e26568

Please sign in to comment.