File tree Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Expand file tree Collapse file tree 4 files changed +0
-32
lines changed Original file line number Diff line number Diff line change @@ -13,19 +13,11 @@ class Application extends BaseApplication
1313{
1414 // internal method 
1515
16-  /** 
17-  * {@inheritdoc} 
18-  * @see \Symfony\Component\Console\Application::getCommandName() 
19-  */ 
2016 protected  function  getCommandName (InputInterface $ input
2117 {
2218 return  'upload ' ;
2319 }
2420
25-  /** 
26-  * {@inheritdoc} 
27-  * @see \Symfony\Component\Console\Application::getDefaultCommands() 
28-  */ 
2921 protected  function  getDefaultCommands ()
3022 {
3123 // Keep the core default commands to have the HelpCommand 
@@ -47,10 +39,6 @@ protected function createUploadCommand()
4739
4840 // accessor 
4941
50-  /** 
51-  * {@inheritdoc} 
52-  * @see \Symfony\Component\Console\Application::getDefinition() 
53-  */ 
5442 public  function  getDefinition ()
5543 {
5644 $ inputDefinitionparent ::getDefinition ();
Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ protected function configure()
2424 $ this setDescription ('Rolls back this PHAR to the previous version. ' );
2525 }
2626
27-  /** 
28-  * @param InputInterface $input 
29-  * @param OutputInterface $output 
30-  * 
31-  * @return int 
32-  */ 
3327 protected  function  execute (InputInterface $ inputOutputInterface $ output
3428 {
3529 $ inputvalidate ();
Original file line number Diff line number Diff line change @@ -40,12 +40,6 @@ protected function configure()
4040 );
4141 }
4242
43-  /** 
44-  * @param InputInterface $input 
45-  * @param OutputInterface $output 
46-  * 
47-  * @return int 
48-  */ 
4943 protected  function  execute (InputInterface $ inputOutputInterface $ output
5044 {
5145 $ loggernew  ConsoleLogger ($ output
Original file line number Diff line number Diff line change 1414 */ 
1515class  UploadCommand extends  Command
1616{
17-  /** 
18-  * {@inheritdoc} 
19-  * @see \Symfony\Component\Console\Command\Command::configure() 
20-  */ 
2117 protected  function  configure ()
2218 {
2319 $ this 
@@ -37,10 +33,6 @@ protected function configure()
3733 );
3834 }
3935
40-  /** 
41-  * {@inheritdoc} 
42-  * @see \Symfony\Component\Console\Command\Command::execute() 
43-  */ 
4436 protected  function  execute (InputInterface $ inputOutputInterface $ output
4537 {
4638 $ collectornew  CoverageCollector ($ inputgetOption ('coverage-report ' ));
                         You can’t perform that action at this time. 
           
                  
0 commit comments