File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/Directory/Model/Config/Backend Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
namespace Magento \Directory \Model \Config \Backend ;
7
7
8
- use LocalizedException ;
9
8
use Magento \Directory \Model \Config \Source \WeightUnit as Source ;
10
9
use Magento \Framework \App \Cache \TypeListInterface ;
11
10
use Magento \Framework \App \Config \ScopeConfigInterface ;
12
11
use Magento \Framework \App \Config \Value ;
13
12
use Magento \Framework \Data \Collection \AbstractDb ;
13
+ use Magento \Framework \Exception \LocalizedException ;
14
14
use Magento \Framework \Model \Context ;
15
15
use Magento \Framework \Model \ResourceModel \AbstractResource ;
16
16
use Magento \Framework \Registry ;
@@ -27,11 +27,10 @@ class WeightUnit extends Value
27
27
28
28
/**
29
29
* @param Source $source
30
- * @param Context $contesxt
30
+ * @param Context $context
31
31
* @param Registry $registry
32
32
* @param ScopeConfigInterface $config
33
33
* @param TypeListInterface $cacheTypeList
34
- * @param CookieLifetimeValidator $configValidator
35
34
* @param AbstractResource $resource
36
35
* @param AbstractDb $resourceCollection
37
36
* @param array $data
@@ -70,7 +69,7 @@ public function beforeSave()
70
69
71
70
/**
72
71
* Get available options for weight unit
73
- *
72
+ *
74
73
* @return array
75
74
*/
76
75
private function getOptions ()
You can’t perform that action at this time.
0 commit comments