| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | class Webhook extends AbstractCommand |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * Configures the command |
||
| 21 | */ |
||
| 22 | public function configure() |
||
| 32 | ); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * Executes the command |
||
| 37 | * |
||
| 38 | * @param InputInterface $input |
||
| 39 | * @param OutputInterface $output |
||
| 40 | */ |
||
| 41 | protected function execute(InputInterface $input, OutputInterface $output) |
||
| 47 | } |
||
| 48 | } |