Skip to content

Commit c1f8adb

Browse files
committed
Correct parameter order in comment
1 parent b74b7a4 commit c1f8adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ class ScheduleStatus extends AbstractRenderer
2424

2525
/**
2626
* @param \Magento\Backend\Block\Context $context
27-
* @param \Magento\Framework\Mview\ViewInterface $viewModel
2827
* @param \Magento\Framework\Escaper $escaper
28+
* @param \Magento\Framework\Mview\ViewInterface $viewModel
2929
* @param array $data
3030
*/
3131
public function __construct(

0 commit comments

Comments
 (0)