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/)
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
77## Unreleased
8- - ...
8+ - Improve console command registration
99
1010## 3.5.2 (2020-07-08)
1111 - Use ` jean85/pretty-package-versions ` ` ^1.5 ` to leverage the new ` getRootPackageVersion ` method (c8799ac)
Original file line number Diff line number Diff line change 99
1010class SentryTestCommand extends Command
1111{
12- public function __construct ()
13- {
14- parent ::__construct ('sentry:test ' );
15- }
12+ protected static $ defaultName = 'sentry:test ' ;
1613
1714 protected function execute (InputInterface $ input , OutputInterface $ output ): int
1815 {
You can’t perform that action at this time.
0 commit comments