Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
18 | class EnableDebugCacheabilityHeaderAction extends AbstractOverrideBoolParameterAction |
||
19 | { |
||
20 | /** |
||
21 | * {@inheritdoc} |
||
22 | */ |
||
23 | protected static function getParameterId(): string |
||
24 | { |
||
25 | return 'http.response.debug_cacheability_headers'; |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * {@inheritdoc} |
||
30 | */ |
||
31 | protected function getOverride(): bool |
||
34 | } |
||
35 | } |
||
36 |