Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | final class PreBarcodeCheckEvent extends Event |
||
11 | { |
||
12 | /** @deprecated will be removed in v2 */ |
||
13 | public const NAME = 'loevgaard_sylius_barcode.pre_barcode_check'; |
||
14 | |||
15 | /** @var BarcodeAwareInterface */ |
||
16 | private $subject; |
||
17 | |||
18 | public function __construct(BarcodeAwareInterface $subject) |
||
21 | } |
||
22 | |||
23 | public function getSubject(): BarcodeAwareInterface |
||
28 |