Skip to content

Commit 1a1cba6

Browse files
committed
Add comment with parameter annotations
1 parent e39b012 commit 1a1cba6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Indexer/Block/Backend/Grid/Column/Renderer/ScheduleStatus.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ class ScheduleStatus extends AbstractRenderer
1616
*/
1717
protected $viewModel;
1818

19+
/**
20+
* @param \Magento\Backend\Block\Context $context
21+
* @param \Magento\Framework\Mview\ViewInterface $viewModel
22+
* @param array $data
23+
*/
1924
public function __construct(
2025
\Magento\Backend\Block\Context $context,
2126
View $viewModel,

0 commit comments

Comments
 (0)