Skip to content

Commit 1c7d2b7

Browse files
author
Aurélien FOUCRET
committed
Coding conventions fixes for Smile_Tracker
1 parent 1234241 commit 1c7d2b7

File tree

1 file changed

+2
-2
lines changed
  • src/app/code/community/Smile/Tracker/Block/Variables/Page

1 file changed

+2
-2
lines changed

src/app/code/community/Smile/Tracker/Block/Variables/Page/Base.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class Smile_Tracker_Block_Variables_Page_Base extends Smile_Tracker_Block_Variab
2525
*/
2626
public function getVariables()
2727
{
28-
return $this->getPageTypeInformations();;
28+
return $this->getPageTypeInformations();
2929
}
3030

3131
/**
@@ -101,7 +101,7 @@ protected function _getPageTypeLabelMap()
101101
foreach ($layoutHandlesArr as $node) {
102102
$identifier = $node->getName();
103103
$helper = Mage::helper(Mage_Core_Model_Layout::findTranslationModuleName($node));
104-
$labelByIdentifier[$identifier] = $this->helper('core')->jsQuoteEscape($helper->__((string)$node->label));
104+
$labelByIdentifier[$identifier] = $this->helper('core')->jsQuoteEscape($helper->__((string) $node->label));
105105
}
106106
}
107107

0 commit comments

Comments
 (0)