Skip to content

Commit b15c61d

Browse files
author
Dmitry Kologrivov
committed
MAGETWO-44227: add right phpdoc
1 parent f95caac commit b15c61d

File tree

1 file changed

+10
-1
lines changed
  • lib/internal/Magento/Framework/Config

1 file changed

+10
-1
lines changed

lib/internal/Magento/Framework/Config/View.php

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,22 @@ class View extends \Magento\Framework\Config\Reader\Filesystem
2626
*/
2727
private $xsdReader;
2828

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+
*/
2938
public function __construct(
3039
FileResolverInterface $fileResolver,
3140
ConverterInterface $converterInterface,
3241
SchemaLocatorInterface $schemaLocatorInterface,
3342
ValidationStateInterface $validationState,
34-
$fileName,
3543
UrnResolver $urnResolver,
44+
$fileName,
3645
$xpath = []
3746
) {
3847
$this->xpath = $xpath;

0 commit comments

Comments
 (0)