From e899205300fd4eb676e4c0ec8c2b0d7afd0a5b3e Mon Sep 17 00:00:00 2001 From: Michel Weimerskirch Date: Tue, 28 Jun 2011 12:24:24 -0700 Subject: [PATCH] Removed superfluous variable name in "@return" documentation --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index 4221c9db7..50b0f18ed 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -103,7 +103,7 @@ use Doctrine\ORM\Mapping as ORM; '/** * * - * @return $ + * @return */ public function () {