Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | final class BarcodeChecker implements BarcodeCheckerInterface |
||
15 | { |
||
16 | /** @var LegacyEventDispatcherProxy */ |
||
17 | private $eventDispatcher; |
||
18 | |||
19 | public function __construct(EventDispatcherInterface $eventDispatcher) |
||
22 | } |
||
23 | |||
24 | public function check(BarcodeAwareInterface $barcodeAware): void |
||
36 |
This class constant has been deprecated. The supplier of the class has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the constant will be removed from the class and what other constant to use instead.