removed Interface-suffix

This commit is contained in:
Dominik Liebler
2019-08-21 08:12:28 +02:00
parent e02bcea33f
commit 2627aab1d1
9 changed files with 50 additions and 50 deletions

View File

@@ -6,7 +6,7 @@ namespace DesignPatterns\Structural\Adapter;
* this is the adapted class. In production code, this could be a class from another package, some vendor code.
* Notice that it uses another naming scheme and the implementation does something similar but in another way
*/
class Kindle implements EBookInterface
class Kindle implements EBook
{
/**
* @var int