diff --git a/src/Commands/Command.php b/src/Commands/Command.php index 96fa3d27..23577964 100644 --- a/src/Commands/Command.php +++ b/src/Commands/Command.php @@ -128,11 +128,11 @@ abstract class Command */ protected $need_mysql = false; - /* - * Make sure this command only executes on a private chat. - * - * @var bool - */ + /** + * Make sure this command only executes on a private chat. + * + * @var bool + */ protected $private_only = false; /**