Skip to content

Commit 0c7218b

Browse files
authored
Fix static tests
1 parent 767c86c commit 0c7218b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Ui/Component/Form.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use Magento\Framework\View\Element\UiComponentInterface;
1111

1212
/**
13+
* Ui component Form
1314
* @api
1415
* @since 100.0.2
1516
*/
@@ -53,7 +54,7 @@ public function getComponentName()
5354
}
5455

5556
/**
56-
* {@inheritdoc}
57+
* @inheritdoc
5758
*/
5859
public function getDataSourceData()
5960
{

0 commit comments

Comments
 (0)