We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffb64a7 commit e645958Copy full SHA for e645958
lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php
@@ -229,7 +229,7 @@ public function writeGetterAndSetter(WriterInterface $writer)
229
->write('/**')
230
->write(' * Set the value of '.$this->getColumnName($propertyNameCodingStyle).'.')
231
->write(' *')
232
- ->write(' * @param '.$nativeType.' $'.$this->getColumnName())
+ ->write(' * @param '.$nativeType.' $'.$this->getColumnName($propertyNameCodingStyle))
233
->write(' * @return '.$table->getNamespace())
234
->write(' */')
235
->write('public function set'.$this->getColumnName('uppercamelcase').'($'.$this->getColumnName($propertyNameCodingStyle).')')
0 commit comments