aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/config/delete.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/config/delete.php')
-rw-r--r--phpBB/phpbb/console/command/config/delete.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/console/command/config/delete.php b/phpBB/phpbb/console/command/config/delete.php
index af3d189445..5dbeeff20f 100644
--- a/phpBB/phpbb/console/command/config/delete.php
+++ b/phpBB/phpbb/console/command/config/delete.php
@@ -19,7 +19,7 @@ class delete extends command
{
$this
->setName('config:delete')
- ->setDescription("Deletes a configuration option")
+ ->setDescription('Deletes a configuration option')
->addArgument(
'key',
InputArgument::REQUIRED,