Skip to content

Commit 5124dfb

Browse files
committed
Added annotation data to Container class to pass current coding style test
1 parent a40815e commit 5124dfb

File tree

1 file changed

+9
-1
lines changed
  • lib/internal/Magento/Framework/View/Layout/Generator

1 file changed

+9
-1
lines changed

lib/internal/Magento/Framework/View/Layout/Generator/Container.php

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77

88
use Magento\Framework\View\Layout;
99

10+
/**
11+
* Creates html container and validates element
12+
*
13+
* Class Container
14+
* @package Magento\Framework\View\Layout\Generator
15+
*/
1016
class Container implements Layout\GeneratorInterface
1117
{
1218
/**#@+
@@ -48,7 +54,7 @@ class Container implements Layout\GeneratorInterface
4854
];
4955

5056
/**
51-
* {@inheritdoc}
57+
* @inheritdoc
5258
*
5359
* @return string
5460
*/
@@ -101,6 +107,8 @@ public function generateContainer(
101107
}
102108

103109
/**
110+
* Validates allowed htmlTags for layout
111+
*
104112
* @param array $options
105113
* @return void
106114
* @throws \Magento\Framework\Exception\LocalizedException

0 commit comments

Comments
 (0)