Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
[FIX] return annotation of getScript in helper core/js
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianwagner committed Jan 14, 2015
1 parent 053e0b2 commit 992f9d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/core/Mage/Core/Helper/Js.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public function getTranslatorScript()
* Retrieve framed javascript
*
* @param string $script
* @return script
* @return string script
*/
public function getScript($script)
{
Expand Down

0 comments on commit 992f9d2

Please sign in to comment.