mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-30 00:09:13 +02:00
update deps & install rector
This commit is contained in:
@@ -4,10 +4,7 @@ namespace DesignPatterns\Behavioral\Specification;
|
||||
|
||||
class NotSpecification implements Specification
|
||||
{
|
||||
/**
|
||||
* @var Specification
|
||||
*/
|
||||
private $specification;
|
||||
private Specification $specification;
|
||||
|
||||
public function __construct(Specification $specification)
|
||||
{
|
||||
|
Reference in New Issue
Block a user