Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
Coding standard fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiagoebizmarts committed Oct 21, 2016
1 parent 1c0b3f7 commit 10b88b1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
*/
class Ebizmarts_MageMonkey_Block_Customer_Account_Lists extends Ebizmarts_MageMonkey_Block_Lists
{
private $_lists;
protected $_accountLists;
}
2 changes: 1 addition & 1 deletion app/code/community/Ebizmarts/MageMonkey/Block/Signup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
*/
class Ebizmarts_MageMonkey_Block_Signup extends Ebizmarts_MageMonkey_Block_Lists
{
private $_signup;
protected $_signup;
}
2 changes: 1 addition & 1 deletion app/code/community/Ebizmarts/MageMonkey/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ public function getMergeVarsFromOrder($maps, $order, $mergeVars)
return $mergeVars;
}

private function _setMaps($maps, $customer, $mergeVars, $websiteId)
protected function _setMaps($maps, $customer, $mergeVars, $websiteId)
{
foreach ($maps as $map) {
$customAtt = $map['magento'];
Expand Down

0 comments on commit 10b88b1

Please sign in to comment.