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

@ -32,17 +32,10 @@ App::uses('SchemaShell', 'Console/Command');
*/
class SchemaShellTestSchema extends CakeSchema {
/**
* name property
*
* @var string 'MyApp'
*/
public $name = 'SchemaShellTest';
/**
* connection property
*
* @var string 'test'
* @var string
*/
public $connection = 'test';