Removed surplus semicolon at EntityGenerator::generateFieldMappingPropertyDocBlock()
This commit is contained in:
parent
ad6469b64a
commit
1dfadef221
@ -1628,7 +1628,7 @@ public function __construct(<params>)
|
||||
{
|
||||
$lines = array();
|
||||
$lines[] = $this->spaces . '/**';
|
||||
$lines[] = $this->spaces . ' * @var ' . $this->getType($fieldMapping['type']) . ($this->getNullableField($fieldMapping) ? '|' . $this->getNullableField($fieldMapping) : '');;
|
||||
$lines[] = $this->spaces . ' * @var ' . $this->getType($fieldMapping['type']) . ($this->getNullableField($fieldMapping) ? '|' . $this->getNullableField($fieldMapping) : '');
|
||||
|
||||
if ($this->generateAnnotations) {
|
||||
$lines[] = $this->spaces . ' *';
|
||||
|
Loading…
x
Reference in New Issue
Block a user