| Total Complexity | 3 | 
| Total Lines | 21 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 8 | class HandlerProvider | ||
| 9 | { | ||
| 10 | /** | ||
| 11 | * @var \Xervice\Service\Handler\HandlerCollection | ||
| 12 | */ | ||
| 13 | private $handlerCollection; | ||
| 14 | |||
| 15 | /** | ||
| 16 | * HandlerProvider constructor. | ||
| 17 | * | ||
| 18 | * @param \Xervice\Service\Handler\HandlerCollection $handlerCollection | ||
| 19 | */ | ||
| 20 | public function __construct(HandlerCollection $handlerCollection) | ||
| 23 | } | ||
| 24 | |||
| 25 | public function handle(bool $isDebug) | ||
| 31 | } |