Skip to content

Commit a8b6a42

Browse files
committed
Fixed PluginCommand usage messages
1 parent 7eeb436 commit a8b6a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin/PluginBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private function registerYamlCommands() : void{
163163
$this,
164164
$this,
165165
$data->getDescription() ?? "",
166-
$data->getUsageMessage() ?? ""
166+
$data->getUsageMessage()
167167
);
168168

169169
$newCmd->setPermission($data->getPermission());

0 commit comments

Comments
 (0)