mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 20:20:15 +02:00
removed Interface-suffix
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user