Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ModeDetector implements ModeDetectorInterface |
||
14 | { |
||
15 | /** |
||
16 | * @var \SprykerEco\Zed\Payone\PayoneConfig |
||
17 | */ |
||
18 | protected $config; |
||
19 | |||
20 | /** |
||
21 | * @param \SprykerEco\Zed\Payone\PayoneConfig $config |
||
22 | */ |
||
23 | public function __construct(PayoneConfig $config) |
||
26 | } |
||
27 | |||
28 | /** |
||
29 | * @return string |
||
30 | */ |
||
31 | public function getMode(): string |
||
42 |