Skip to content

Commit

Permalink
Update: Correct @see reference for module tabs
Browse files Browse the repository at this point in the history
- The @see annotation in the ModuleCore class has been updated to reflect the correct path for the registerTabs method.

- Changed the reference from PrestaShop\Adapter\Module\Tab\RegisterTabs to PrestaShop\Adapter\Module\Tab\ModuleTabRegister->registerTabs.

- This ensures better clarity and accuracy in the documentation of the codebase.
  • Loading branch information
dali-rajab authored Dec 11, 2024
1 parent 09267e4 commit 375cd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/module/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ abstract class ModuleCore implements ModuleInterface
/**
* @var array array of arrays representing tabs added by this module
*
* @see PrestaShop\PrestaShop\Adapter\Module\Tab\RegisterTabs($module)
* @see PrestaShop\PrestaShop\Adapter\Module\Tab\ModuleTabRegister->registerTabs($module)
*/
protected $tabs = [];

Expand Down

0 comments on commit 375cd0c

Please sign in to comment.