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