include suggested changes

This commit is contained in:
Philipp 2022-07-13 00:23:12 +02:00
parent 6ef609f4fb
commit d74e57ef2c
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
18 changed files with 64 additions and 67 deletions

View file

@ -40,25 +40,19 @@ class DatabaseStructure extends \Asika\SimpleConsole\Console
{
protected $helpOptions = ['h', 'help', '?'];
/**
* @var Database
*/
/** @var Database */
private $dba;
/**
* @var Cache
*/
/** @var Cache */
private $configCache;
/**
* @var DbaDefinition
*/
/** @var DbaDefinition */
private $dbaDefinition;
/**
* @var ViewDefinition
*/
/** @var ViewDefinition */
private $viewDefinition;
/**
* @var string
*/
/** @var string */
private $basePath;
protected function getHelp()