Skip to content

Commit dd71343

Browse files
authored
Update RequestValidatorTransformFactory.php
1 parent 671d1d3 commit dd71343

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Transformer/RequestValidatorTransformFactory.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,7 @@ public function transform(array $errors): array
1313
];
1414
}
1515

16-
public function setLocale(?string $locale = null): self {}
16+
public function setLocale(?string $locale = null): self {
17+
return $this;
18+
}
1719
}

0 commit comments

Comments
 (0)