Fix CS
This commit is contained in:
parent
d3c604567b
commit
087d081601
@ -1385,11 +1385,11 @@ public function __construct(<params>)
|
||||
$replacements = array(
|
||||
'<description>' => ucfirst($type) . ' ' . $variableName . '.',
|
||||
'<methodTypeHint>' => $methodTypeHint,
|
||||
'<variableType>' => $variableType.(null !== $defaultValue ? ('|'.$defaultValue) : ''),
|
||||
'<variableType>' => $variableType . (null !== $defaultValue ? ('|' . $defaultValue) : ''),
|
||||
'<variableName>' => $variableName,
|
||||
'<methodName>' => $methodName,
|
||||
'<fieldName>' => $fieldName,
|
||||
'<variableDefault>' => ($defaultValue !== null ) ? (' = '.$defaultValue) : '',
|
||||
'<variableDefault>' => ($defaultValue !== null ) ? (' = ' . $defaultValue) : '',
|
||||
'<entity>' => $this->getClassName($metadata)
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user