| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | public function __construct( |
||
| 23 | ConfigResolverInterface $configResolver, |
||
| 24 | bool $defaultUseAlwaysAvailable = true, |
||
| 25 | bool $defaultShowAllTranslations = false |
||
| 26 | ) { |
||
| 27 | $this->configResolver = $configResolver; |
||
| 28 | parent::__construct($defaultUseAlwaysAvailable, $defaultShowAllTranslations); |
||
| 29 | } |
||
| 30 | |||
| 41 |