| 1 | <?php declare(strict_types=1); |
||
| 28 | class TwigTemplatesProvider implements ProvidesContainerConfiguratorsInterface, ProvidesCommandsInterface |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * @inheritdoc |
||
| 32 | */ |
||
| 33 | 1 | public static function getContainerConfigurators(): array |
|
| 39 | |||
| 40 | /** |
||
| 41 | * @inheritdoc |
||
| 42 | */ |
||
| 43 | 1 | public static function getCommands(): array |
|
| 49 | } |
||
| 50 |