Skip to content

Commit e39a0cf

Browse files
authored
Removed unused $_customerSession property
replaced it with a property that being assigned but not declared, $httpContext
1 parent 2bc3bb0 commit e39a0cf

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/Sales/Block/Order

1 file changed

+2
-2
lines changed

app/code/Magento/Sales/Block/Order/View.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ class View extends \Magento\Framework\View\Element\Template
2727
protected $_coreRegistry = null;
2828

2929
/**
30-
* @var \Magento\Customer\Model\Session
30+
* @var \Magento\Framework\App\Http\Context
3131
*/
32-
protected $_customerSession;
32+
protected $httpContext;
3333

3434
/**
3535
* @var \Magento\Payment\Helper\Data

0 commit comments

Comments
 (0)