Skip to content

Commit 6902e0d

Browse files
authored
update place of block type hint after the copyright notice
1 parent 3c44a9a commit 6902e0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Backend/view/adminhtml/templates/dashboard/totalbar/refreshstatistics.phtml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
<?php
2-
/** @var \Magento\Backend\Block\Template $block */
32
/**
43
* Copyright © Magento, Inc. All rights reserved.
54
* See COPYING.txt for license details.
65
*/
6+
7+
/** @var \Magento\Backend\Block\Template $block */
78
?>
89
<div class="page-actions">
910
<div class="page-actions-inner">

0 commit comments

Comments
 (0)