We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e48a79 commit 439465dCopy full SHA for 439465d
1 file changed
src/Transformer/RequestValidatorTransformFactory.php
@@ -5,8 +5,7 @@
5
6
final class RequestValidatorTransformFactory implements ResultTransformerInterface
7
{
8
- public function __construct(?private string $message = null) {
9
- print "In BaseClass constructor\n";
+ public function __construct(protected ?string $message = null) {
10
}
11
12
public function transform(array $errors): array
0 commit comments