diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index 448ff6869..82ab5fe56 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -832,7 +832,7 @@ public function () $this->_staticReflection[$metadata->name]['methods'][] = $methodName; $replacements = array( - '' => $this->_annotationsPrefix . $name, + '' => $this->_annotationsPrefix . ucfirst($name), '' => $methodName, );