File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## Unreleased
8
- - ...
8
+ - Improve console command registration
9
9
10
10
## 3.5.2 (2020-07-08)
11
11
- Use ` jean85/pretty-package-versions ` ` ^1.5 ` to leverage the new ` getRootPackageVersion ` method (c8799ac)
Original file line number Diff line number Diff line change 9
9
10
10
class SentryTestCommand extends Command
11
11
{
12
- public function __construct ()
13
- {
14
- parent ::__construct ('sentry:test ' );
15
- }
12
+ protected static $ defaultName = 'sentry:test ' ;
16
13
17
14
protected function execute (InputInterface $ input , OutputInterface $ output ): int
18
15
{
You can’t perform that action at this time.
0 commit comments