| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 29 | protected function execute(InputInterface $input, OutputInterface $output): int |
||
| 30 | { |
||
| 31 | $config = $this->assetic->getConfiguration(); |
||
| 32 | $config->setBuildOnRequest(true); |
||
| 33 | $this->assetic->build(); |
||
| 34 | $this->assetic->getAssetWriter()->writeManagerAssets($this->assetic->getAssetManager()); |
||
| 35 | return 0; |
||
| 36 | } |
||
| 38 |