1
0
mirror of synced 2025-02-20 22:23:14 +03:00

_generateEntityLifecycleCallbackMethods Beautification

This commit is contained in:
Amal Raghav 2010-12-17 16:51:51 +05:30
parent c03fc00f45
commit b736c4216c

View File

@ -536,7 +536,7 @@ public function <methodName>()
}
}
return implode('', $methods);
return implode("\n\n", $methods);
}
}