| Total Complexity | 3 |
| Total Lines | 47 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 9 | class QueueSQSServiceProvider implements ServiceProviderInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param \Pimple\Container $pimple |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function register(Container $pimple): void |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @param \Pimple\Container $container |
||
| 23 | * |
||
| 24 | * @return \Jellyfish\QueueSQS\QueueSQSServiceProvider |
||
| 25 | */ |
||
| 26 | protected function registerQueueClient(Container $container): QueueSQSServiceProvider |
||
| 38 | } |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @param \Pimple\Container $container |
||
| 42 | * |
||
| 43 | * @return \Aws\Sqs\SqsClient |
||
| 44 | */ |
||
| 45 | protected function createSqsClient(Container $container): SqsClient |
||
| 58 |