File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Bundle \DebugBundle \Command ;
13
13
14
+ use Symfony \Component \Console \Attribute \AsCommand ;
14
15
use Symfony \Component \Console \Command \Command ;
15
16
use Symfony \Component \Console \Input \InputInterface ;
16
17
use Symfony \Component \Console \Output \OutputInterface ;
25
26
*
26
27
* @internal
27
28
*/
29
+ #[AsCommand(name: 'server:dump ' , description: 'Start a dump server that collects and displays dumps in a single place ' )]
28
30
class ServerDumpPlaceholderCommand extends Command
29
31
{
30
- protected static $ defaultName = 'server:dump ' ;
31
- protected static $ defaultDescription = 'Start a dump server that collects and displays dumps in a single place ' ;
32
-
33
32
private $ replacedCommand ;
34
33
35
34
public function __construct (DumpServer $ server = null , array $ descriptors = [])
You can’t perform that action at this time.
0 commit comments