| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 30 | class BeanstalkConnectionWorkerApiProvider implements ServiceProviderInterface |
||
| 31 | { |
||
| 32 | public const SERVICE_NAME = 'beanstalkConnectionWorkerAPI'; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * Register beanstalkConnectionWorkerAPI service provider |
||
| 36 | * |
||
| 37 | * @param \Phalcon\Di\DiInterface $di |
||
| 38 | */ |
||
| 39 | public function register(DiInterface $di): void |
||
| 48 | } |