Skip to content

Commit

Permalink
Removed unused $_customerSession property
Browse files Browse the repository at this point in the history
replaced it with a property that being assigned but not declared, $httpContext
  • Loading branch information
edenreich authored Jun 7, 2017
1 parent 2bc3bb0 commit e39a0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Sales/Block/Order/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ class View extends \Magento\Framework\View\Element\Template
protected $_coreRegistry = null;

/**
* @var \Magento\Customer\Model\Session
* @var \Magento\Framework\App\Http\Context
*/
protected $_customerSession;
protected $httpContext;

/**
* @var \Magento\Payment\Helper\Data
Expand Down

0 comments on commit e39a0cf

Please sign in to comment.