We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f06191e + 92721a1 commit 3c9343cCopy full SHA for 3c9343c
app/code/Magento/Sales/Block/Adminhtml/Totals.php
@@ -13,7 +13,7 @@
13
class Totals extends \Magento\Sales\Block\Order\Totals
14
{
15
/**
16
- * Admin helper
+ * Sales admin helper object
17
*
18
* @var \Magento\Sales\Helper\Admin
19
*/
app/code/Magento/Sales/Block/Order/Totals.php
@@ -32,7 +32,7 @@ class Totals extends \Magento\Framework\View\Element\Template
32
protected $_order = null;
33
34
35
- * Core registry
+ * Core registry object
36
37
* @var \Magento\Framework\Registry
38
0 commit comments