Skip to content

Commit 59965a1

Browse files
author
Max
committed
artisan command descriptions always end without dot .
1 parent a532336 commit 59965a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DumpServerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class DumpServerCommand extends Command
2727
*
2828
* @var string
2929
*/
30-
protected $description = 'Start the dump server to collect dump information.';
30+
protected $description = 'Start the dump server to collect dump information';
3131

3232
/** @var DumpServer */
3333
private $server;

0 commit comments

Comments
 (0)