Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
26 | public function dispatch(TaskDefinitionInterface $taskDefinition): DispatchResultInterface |
||
27 | { |
||
28 | $params = $taskDefinition->define(); |
||
|
|||
29 | return $this->delegate(new ShopwareCommandDefinition( |
||
30 | 'sw:plugin:refresh', |
||
31 | sprintf('-n %s', $this->getEnvironmentConsoleParameter($taskDefinition)) |
||
32 | )); |
||
34 | } |