✨ Add Help command
This commit is contained in:
@@ -14,8 +14,13 @@ class Lorem implements Icommands
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public static function getDescription()
|
||||
public static function getDescription(): string
|
||||
{
|
||||
return 'Génère du lorem ipsum';
|
||||
}
|
||||
|
||||
public static function getPattern(): string
|
||||
{
|
||||
return 'lorem( ipsum)?';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user