tab <-> spaces
This commit is contained in:
parent
944f802d79
commit
01d900d5d7
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ public function <methodName>()
|
||||||
'<variableName>' => Inflector::camelize($fieldName),
|
'<variableName>' => Inflector::camelize($fieldName),
|
||||||
'<methodName>' => $methodName,
|
'<methodName>' => $methodName,
|
||||||
'<fieldName>' => $fieldName,
|
'<fieldName>' => $fieldName,
|
||||||
'<entity>' => $this->_getClassName($metadata)
|
'<entity>' => $this->_getClassName($metadata)
|
||||||
);
|
);
|
||||||
|
|
||||||
$method = str_replace(
|
$method = str_replace(
|
||||||
|
|
Loading…
Add table
Reference in a new issue