| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 22 | trait ServicesTrait |
||
| 23 | { |
||
| 24 | // Public Methods |
||
| 25 | // ========================================================================= |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @inheritdoc |
||
| 29 | */ |
||
| 30 | public function __construct($id, $parent = null, array $config = []) |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * Returns the helper service |
||
| 45 | * |
||
| 46 | * @return MinifyService The minify service |
||
| 47 | * @throws InvalidConfigException |
||
| 48 | */ |
||
| 49 | public function getMinify(): MinifyService |
||
| 54 |