mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
add psalm and travis check
This commit is contained in:
@@ -10,7 +10,7 @@ class AndSpecification implements Specification
|
||||
private $specifications;
|
||||
|
||||
/**
|
||||
* @param Specification[] ...$specifications
|
||||
* @param Specification[] $specifications
|
||||
*/
|
||||
public function __construct(Specification ...$specifications)
|
||||
{
|
||||
|
Reference in New Issue
Block a user