File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
lib/internal/Magento/Framework/Config Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,22 @@ class View extends \Magento\Framework\Config\Reader\Filesystem
26
26
*/
27
27
private $ xsdReader ;
28
28
29
+ /**
30
+ * @param FileResolverInterface $fileResolver
31
+ * @param ConverterInterface $converterInterface
32
+ * @param SchemaLocatorInterface $schemaLocatorInterface
33
+ * @param ValidationStateInterface $validationState
34
+ * @param UrnResolver $urnResolver
35
+ * @param array $fileName
36
+ * @param array $xpath
37
+ */
29
38
public function __construct (
30
39
FileResolverInterface $ fileResolver ,
31
40
ConverterInterface $ converterInterface ,
32
41
SchemaLocatorInterface $ schemaLocatorInterface ,
33
42
ValidationStateInterface $ validationState ,
34
- $ fileName ,
35
43
UrnResolver $ urnResolver ,
44
+ $ fileName ,
36
45
$ xpath = []
37
46
) {
38
47
$ this ->xpath = $ xpath ;
You can’t perform that action at this time.
0 commit comments