We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 671d1d3 commit dd71343Copy full SHA for dd71343
1 file changed
src/Transformer/RequestValidatorTransformFactory.php
@@ -13,5 +13,7 @@ public function transform(array $errors): array
13
];
14
}
15
16
- public function setLocale(?string $locale = null): self {}
+ public function setLocale(?string $locale = null): self {
17
+ return $this;
18
+ }
19
0 commit comments