| Total Complexity | 4 |
| Total Lines | 39 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | class ProviderImportationHandler implements MessageHandlerInterface |
||
| 13 | { |
||
| 14 | private $packageImporter; |
||
| 15 | private $dm; |
||
| 16 | private $publisher; |
||
| 17 | |||
| 18 | public function __construct(PackageImporter $packageImporter, DocumentManager $dm, ProviderPublisher $publisher) |
||
| 23 | } |
||
| 24 | |||
| 25 | public function __invoke(ProviderImportation $message) |
||
| 55 |