Skip to content

Commit

Permalink
Merge pull request #18 from sebastianwagner/fixAnnotations
Browse files Browse the repository at this point in the history
[FIX] return annotation of getScript in helper core/js
  • Loading branch information
LeeSaferite committed Jan 14, 2015
2 parents 053e0b2 + 992f9d2 commit 7444246
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 7444246

Please sign in to comment.