Total Complexity | 2 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | trait PluginConfigurationTrait |
||
17 | { |
||
18 | private PluginConfigurationInterface $configuration; |
||
19 | |||
20 | /** |
||
21 | * {@inheritDoc} |
||
22 | */ |
||
23 | 3 | public function setConfiguration(PluginConfigurationInterface $pluginConfiguration): void |
|
26 | } |
||
27 | |||
28 | /** |
||
29 | * {@inheritDoc} |
||
30 | */ |
||
31 | 3 | public function configuration(): PluginConfigurationInterface |
|
36 |