mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-30 19:50:12 +02:00
remove Interface-Suffix
This commit is contained in:
@@ -3,7 +3,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Behavioral\Specification;
|
||||
|
||||
class PriceSpecification implements SpecificationInterface
|
||||
class PriceSpecification implements Specification
|
||||
{
|
||||
/**
|
||||
* @var float|null
|
||||
|
Reference in New Issue
Block a user