@@ -44,7 +44,7 @@ |
||
44 | 44 | * |
45 | 45 | * @throws \Fusion\Collection\Exceptions\CollectionException |
46 | 46 | */ |
47 | - public function __construct(CollectionValidationInterface $validator ,string $acceptedType, array $items = []) |
|
47 | + public function __construct(CollectionValidationInterface $validator, string $acceptedType, array $items = []) |
|
48 | 48 | { |
49 | 49 | $validator->validateNonEmptyAcceptedType($acceptedType); |
50 | 50 | $this->acceptedType = $acceptedType; |