From 494ab1fc2b6bc5349d84ad92fa279731596a5b7c Mon Sep 17 00:00:00 2001 From: Douglas Greenshields Date: Tue, 13 Aug 2013 20:45:04 +0100 Subject: [PATCH] corrected English grammar in docblocks --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index a9e34d7277f..6d497d7f4d1 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -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) { @@ -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) { @@ -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) {