mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 01:03:13 +08:00
Updated to coding standard v2.1
This commit is contained in:
@@ -41,7 +41,7 @@ class CreateDatabaseCommand extends AbstractDatabaseCommand
|
||||
$this
|
||||
->setName(self::NAME)
|
||||
->setDescription(
|
||||
'Creates the database needed for shlink to work. It will do nothing if the database already exists'
|
||||
'Creates the database needed for shlink to work. It will do nothing if the database already exists',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user