1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Correct indentation

This commit is contained in:
Benjamin 2011-09-20 15:35:16 +02:00
parent 2b334977f5
commit 944f802d79

View file

@ -737,7 +737,7 @@ public function <methodName>()
'<variableName>' => Inflector::camelize($fieldName),
'<methodName>' => $methodName,
'<fieldName>' => $fieldName,
'<entity>' => $this->_getClassName($metadata)
'<entity>' => $this->_getClassName($metadata)
);
$method = str_replace(