diff --git a/app/Console/Commands/BeaconCommand.php b/app/Console/Commands/BeaconCommand.php index 57f32c8b5e14..5045f642ccef 100644 --- a/app/Console/Commands/BeaconCommand.php +++ b/app/Console/Commands/BeaconCommand.php @@ -33,7 +33,7 @@ class BeaconCommand extends Command * * @var string */ - protected $description = 'Communicate with the Cachet Beacon server.'; + protected $description = 'Communicate with the Cachet Beacon server'; /** * Execute the console command. diff --git a/app/Console/Commands/DemoMetricPointSeederCommand.php b/app/Console/Commands/DemoMetricPointSeederCommand.php index 2399a2df2ef9..ed754b16966b 100644 --- a/app/Console/Commands/DemoMetricPointSeederCommand.php +++ b/app/Console/Commands/DemoMetricPointSeederCommand.php @@ -39,7 +39,7 @@ class DemoMetricPointSeederCommand extends Command * * @var string */ - protected $description = 'Seeds the demo Cachet metrics with points.'; + protected $description = 'Seeds the demo Cachet metrics with points'; /** * Execute the console command. diff --git a/app/Console/Commands/DemoSeederCommand.php b/app/Console/Commands/DemoSeederCommand.php index 3f8d6a1e77c5..539e7fcef00b 100644 --- a/app/Console/Commands/DemoSeederCommand.php +++ b/app/Console/Commands/DemoSeederCommand.php @@ -50,7 +50,7 @@ class DemoSeederCommand extends Command * * @var string */ - protected $description = 'Seeds Cachet with demo data.'; + protected $description = 'Seeds Cachet with demo data'; /** * The settings repository.