mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-21 16:52:49 +02:00
remove Interface-Suffix
This commit is contained in:
9
Behavioral/Specification/Specification.php
Normal file
9
Behavioral/Specification/Specification.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace DesignPatterns\Behavioral\Specification;
|
||||
|
||||
interface Specification
|
||||
{
|
||||
public function isSatisfiedBy(Item $item): bool;
|
||||
}
|
Reference in New Issue
Block a user