File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
lib/internal/Magento/Framework/Acl/AclResource/Config Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -15,25 +15,26 @@ class SchemaLocator implements \Magento\Framework\Config\SchemaLocatorInterface
15
15
*/
16
16
protected $ urnResolver ;
17
17
18
+ /**
19
+ * Initialize dependencies.
20
+ *
21
+ * @param \Magento\Framework\Config\Dom\UrnResolver $urnResolver
22
+ */
18
23
public function __construct (\Magento \Framework \Config \Dom \UrnResolver $ urnResolver )
19
24
{
20
25
$ this ->urnResolver = $ urnResolver ;
21
26
}
22
27
23
28
/**
24
- * Get path to merged config schema
25
- *
26
- * @return string
29
+ * {@inheritdoc}
27
30
*/
28
31
public function getSchema ()
29
32
{
30
33
return $ this ->urnResolver ->getRealPath ('urn:magento:framework:Acl/etc/acl_merged.xsd ' );
31
34
}
32
35
33
36
/**
34
- * Get path to pre file validation schema
35
- *
36
- * @return null
37
+ * {@inheritdoc}
37
38
*/
38
39
public function getPerFileSchema ()
39
40
{
You can’t perform that action at this time.
0 commit comments