Skip to content

Commit b3ab6dd

Browse files
authored
Added type hint docblock for Google Analytics 4 template (#3232)
1 parent da9ba28 commit b3ab6dd

File tree

1 file changed

+1
-0
lines changed
  • app/design/frontend/base/default/template/googleanalytics

1 file changed

+1
-0
lines changed

app/design/frontend/base/default/template/googleanalytics/ga.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*/
1515
?>
1616
<?php
17+
/** @var Mage_GoogleAnalytics_Block_Ga $this */
1718
$_helper = $this->helper('googleanalytics');
1819
$_accountId = $_helper->getAccountId();
1920
?>

0 commit comments

Comments
 (0)