Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small DocBlock update #4160

Merged
merged 14 commits into from
Sep 2, 2024
Merged
Prev Previous commit
Next Next commit
Update app/code/core/Mage/Adminhtml/Helper/Help/Mapping.php
Co-authored-by: Ng Kiat Siong <kiatsiong.ng@gmail.com>
  • Loading branch information
sreichel and kiatng authored Aug 21, 2024
commit 8e23bd5619de4eecc4aa30f5364b0189eee15bc3
2 changes: 1 addition & 1 deletion app/code/core/Mage/Adminhtml/Helper/Help/Mapping.php
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ protected function findInMapping($frontModule, $controllerName, $actionName)
/**
* Determine which version of docs should target onto
*
* @return false|Varien_Simplexml_Element
* @return Mage_Core_Model_Config_Element|Varien_Simplexml_Element|false
*/
protected function getHelpTargetVersion()
{
Expand Down
Loading