mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Behavioral\Strategy;
|
||||
|
||||
class DateComparator implements ComparatorInterface
|
||||
class DateComparator implements Comparator
|
||||
{
|
||||
/**
|
||||
* @param mixed $a
|
||||
|
Reference in New Issue
Block a user