Skip to content

Commit

Permalink
fix minor comments (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr authored May 14, 2024
1 parent 84faea9 commit 62f2be3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions controllers/front/apiDeletedObjects.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class ps_EventbusApiDeletedObjectsModuleFrontController extends AbstractApiContr

/**
* @return void
*
* @throws\PrestaShopException
*/
public function postProcess()
{
Expand Down
6 changes: 2 additions & 4 deletions controllers/front/apiHealthCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ class ps_EventbusApiHealthCheckModuleFrontController extends AbstractApiControll
{
public $type = Config::COLLECTION_SHOPS;

public function init()
{
}

/**
* @return void
*
* @throws\PrestaShopException
*/
public function postProcess()
{
Expand Down
2 changes: 2 additions & 0 deletions controllers/front/apiThemes.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class ps_EventbusApiThemesModuleFrontController extends AbstractApiController

/**
* @return void
*
* @throws\PrestaShopException
*/
public function postProcess()
{
Expand Down

0 comments on commit 62f2be3

Please sign in to comment.