Passed
Branch validation-refactor (de59e2)
by Jason
03:09
created
src/TypedDictionary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.