mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Behavioral\NullObject;
|
||||
|
||||
class PrintLogger implements LoggerInterface
|
||||
class PrintLogger implements Logger
|
||||
{
|
||||
public function log(string $str)
|
||||
{
|
||||
|
Reference in New Issue
Block a user