| Total Complexity | 2 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Coverage | 50% |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | class DisableJSAggregationAction extends AbstractOverrideConfigAction |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | 1 | public static function getSubscribedEvents(): array |
|
| 25 | { |
||
| 26 | return array( |
||
| 27 | 1 | DebugKernelEvents::AFTER_SETTINGS_INITIALIZATION => 'process', |
|
| 28 | ); |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * {@inheritdoc} |
||
| 33 | */ |
||
| 34 | protected function getOverrides(): array |
||
| 38 | ); |
||
| 39 | } |
||
| 41 |