1 | <?php |
||
20 | class CommandProvider extends AbstractWithLocator implements CommandProviderInterface |
||
21 | { |
||
22 | /** |
||
23 | * @param array $commands |
||
24 | * |
||
25 | * @return array |
||
26 | * @throws \Core\Locator\Dynamic\ServiceNotParseable |
||
27 | * @throws \Xervice\Config\Exception\ConfigNotFound |
||
28 | */ |
||
29 | public function provideCommands(array $commands): array |
||
35 | } |