File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed
Store/Model/Config/Processor Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,8 @@ class Config implements ConfigInterface
21
21
{
22
22
/**
23
23
* @var \Magento\Framework\App\Config\ScopePool
24
+ *
25
+ * @deprecated
24
26
*/
25
27
protected $ _scopePool ;
26
28
Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ class InvoiceOrder implements InvoiceOrderInterface
94
94
* @param LoggerInterface $logger
95
95
* @param InvoiceOrderValidator|null $invoiceOrderValidator
96
96
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
97
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
97
98
*/
98
99
public function __construct (
99
100
ResourceConnection $ resourceConnection ,
Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ class ShipOrder implements ShipOrderInterface
90
90
* @param LoggerInterface $logger
91
91
* @param ShipOrderValidator|null $shipOrderValidator
92
92
* @SuppressWarnings(PHPMD.ExcessiveParameterList)
93
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
93
94
*/
94
95
public function __construct (
95
96
ResourceConnection $ resourceConnection ,
Original file line number Diff line number Diff line change @@ -19,16 +19,22 @@ class Placeholder implements PostProcessorInterface
19
19
{
20
20
/**
21
21
* @var \Magento\Framework\App\RequestInterface
22
+ *
23
+ * @deprecated
22
24
*/
23
25
protected $ request ;
24
26
25
27
/**
26
28
* @var string[]
29
+ *
30
+ * @deprecated
27
31
*/
28
32
protected $ urlPaths ;
29
33
30
34
/**
31
35
* @var string
36
+ *
37
+ * @deprecated
32
38
*/
33
39
protected $ urlPlaceholder ;
34
40
You can’t perform that action at this time.
0 commit comments