Total Complexity | 3 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | final class TaxonsAssigner implements TaxonsAssignerInterface |
||
19 | { |
||
20 | /** @var TaxonRepositoryInterface */ |
||
21 | private $taxonRepository; |
||
22 | |||
23 | public function __construct(TaxonRepositoryInterface $taxonRepository) |
||
26 | } |
||
27 | |||
28 | public function assign(TaxonAwareInterface $taxonAware, array $taxonCodes): void |
||
39 |