Skip to content

Commit

Permalink
PS-2661: Refactored after AA review.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmiseev committed Oct 11, 2018
1 parent f501cc5 commit 8d180af
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@

namespace Spryker\Zed\CustomerExtension\Dependency\Plugin;

use Generated\Shared\Transfer\CustomerTransfer;

interface CustomerTableActionExpanderPluginInterface
{
/**
Expand All @@ -17,10 +15,10 @@ interface CustomerTableActionExpanderPluginInterface
*
* @api
*
* @param \Generated\Shared\Transfer\CustomerTransfer $customerTransfer
* @param int $idCustomer
* @param \Generated\Shared\Transfer\ButtonTransfer[] $buttons
*
* @return \Generated\Shared\Transfer\ButtonTransfer[]
*/
public function execute(CustomerTransfer $customerTransfer, array $buttons): array;
public function execute(int $idCustomer, array $buttons): array;
}

0 comments on commit 8d180af

Please sign in to comment.