Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2478037

Browse files
author
Albert Volkman
committed
Add fullstop and newline after property description.
1 parent 38187a3 commit 2478037

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Doctrine/ORM/Tools/EntityGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,7 @@ protected function generateEntityStubMethod(ClassMetadataInfo $metadata, $type,
11731173
}
11741174

11751175
$replacements = array(
1176-
'<description>' => ucfirst($type) . ' ' . $variableName,
1176+
'<description>' => ucfirst($type) . ' ' . $variableName . ".\n",
11771177
'<methodTypeHint>' => $methodTypeHint,
11781178
'<variableType>' => $variableType,
11791179
'<variableName>' => $variableName,

0 commit comments

Comments
 (0)