Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class BeanstalkConnectionCacheProvider implements ServiceProviderInterface |
||
24 | { |
||
25 | public const SERVICE_NAME = 'beanstalkConnectionCache'; |
||
26 | |||
27 | /** |
||
28 | * Register beanstalkConnectionCache service provider |
||
29 | * |
||
30 | * @param \Phalcon\Di\DiInterface $di |
||
31 | */ |
||
32 | public function register(DiInterface $di): void |
||
41 | } |