diff --git a/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeInterface.php b/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeInterface.php index 3a3900fc..915a7c0d 100644 --- a/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeInterface.php +++ b/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeInterface.php @@ -10,14 +10,6 @@ /** * @deprecated Use CustomerToUtilSanitizeServiceInterface instead. */ -interface CustomerToUtilSanitizeInterface +interface CustomerToUtilSanitizeInterface extends CustomerToUtilSanitizeServiceInterface { - /** - * @param string $text - * @param bool $double - * @param string|null $charset - * - * @return string - */ - public function escapeHtml($text, $double = true, $charset = null); } diff --git a/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeServiceInterface.php b/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeServiceInterface.php index cc2318f5..09efe321 100644 --- a/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeServiceInterface.php +++ b/src/Spryker/Zed/Customer/Dependency/Service/CustomerToUtilSanitizeServiceInterface.php @@ -7,10 +7,7 @@ namespace Spryker\Zed\Customer\Dependency\Service; -/** - * Extends deprecated interface for BC reasons. - */ -interface CustomerToUtilSanitizeServiceInterface extends CustomerToUtilSanitizeInterface +interface CustomerToUtilSanitizeServiceInterface { /** * @param string $text