Skip to content

Commit

Permalink
CORE-2146 Fixing bridge-interface dependency flow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerner-spryker committed Nov 9, 2017
1 parent 51c1a78 commit de24442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de24442

Please sign in to comment.