mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-05 11:02:40 +00:00
remove name attribute where not necessary, clean up doc blocks
This commit is contained in:
parent
b75449df9e
commit
394bf1054d
32 changed files with 246 additions and 707 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue