Changing @return int to @return integer and @param bool to @param boolean

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5860 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mariano.iglesias 2007-10-22 16:54:36 +00:00
parent 1f9136eb18
commit 896f62544b
51 changed files with 140 additions and 141 deletions

View file

@ -82,7 +82,7 @@ class AclBehavior extends ModelBehavior {
/**
* Creates a new ARO/ACO node bound to this record
*
* @param bool $created True if this is a new record
* @param boolean $created True if this is a new record
*/
function afterSave(&$model, $created) {
if ($created) {