remove name attribute where not necessary, clean up doc blocks

This commit is contained in:
euromark 2013-06-08 04:29:08 +02:00
parent b75449df9e
commit 394bf1054d
32 changed files with 246 additions and 707 deletions

View file

@ -33,13 +33,6 @@ App::uses('DbAcl', 'Model');
*/
class AclPerson extends CakeTestModel {
/**
* name property
*
* @var string
*/
public $name = 'AclPerson';
/**
* useTable property
*