Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 4 |
CRAP Score | 1.125 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
27 | 2 | public function __construct( |
|
28 | RewriteMapsSavingService $rewriteMapsSavingService, |
||
29 | LoggerInterface $logger, |
||
30 | ScopeConfigInterface $scopeConfig |
||
31 | ) { |
||
32 | 2 | $this->rewriteMapsSavingService = $rewriteMapsSavingService; |
|
33 | 2 | $this->logger = $logger; |
|
34 | 2 | $this->scopeConfig = $scopeConfig; |
|
35 | 2 | } |
|
50 |