Skip to content

Commit e645958

Browse files
author
Ice Development
committed
Update Column.php
Fixed coding style for @param comments
1 parent ffb64a7 commit e645958

File tree

1 file changed

+1
-1
lines changed
  • lib/MwbExporter/Formatter/Doctrine2/Annotation/Model

1 file changed

+1
-1
lines changed

lib/MwbExporter/Formatter/Doctrine2/Annotation/Model/Column.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function writeGetterAndSetter(WriterInterface $writer)
229229
->write('/**')
230230
->write(' * Set the value of '.$this->getColumnName($propertyNameCodingStyle).'.')
231231
->write(' *')
232-
->write(' * @param '.$nativeType.' $'.$this->getColumnName())
232+
->write(' * @param '.$nativeType.' $'.$this->getColumnName($propertyNameCodingStyle))
233233
->write(' * @return '.$table->getNamespace())
234234
->write(' */')
235235
->write('public function set'.$this->getColumnName('uppercamelcase').'($'.$this->getColumnName($propertyNameCodingStyle).')')

0 commit comments

Comments
 (0)