Skip to content

Commit 83643e2

Browse files
committed
ACP2E-2392: [On-PREM] Dynamic block issue
- addressed build static issues
1 parent 5f27fd6 commit 83643e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ class Listing extends AbstractComponent
3030

3131
/**
3232
* @param ContextInterface $context
33-
* @param ContentTypeFactory|null $contentTypeFactory
3433
* @param array $components
3534
* @param array $data
35+
* @param ContentTypeFactory|null $contentTypeFactory
3636
*/
3737
public function __construct(
3838
ContextInterface $context,
@@ -63,6 +63,8 @@ public function getDataSourceData()
6363
}
6464

6565
/**
66+
* Render content depending on specified type
67+
*
6668
* @param string $contentType
6769
* @return string
6870
*/

0 commit comments

Comments
 (0)