cleanup console namespace changes

This commit is contained in:
Carsten Brandt
2016-02-06 20:05:14 +01:00
parent 3f828d9599
commit 5db772ef7b
5 changed files with 7 additions and 5 deletions

View File

@ -397,7 +397,7 @@ class HelpController extends Controller
} else {
$defaultValue = var_export($defaultValue, true);
}
$doc = "$type (defaults to " . $defaultValue . ')';
$doc = "$type (defaults to $defaultValue)";
} else {
$doc = $type;
}