Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7d4cab3

Browse files
committed
chore: removed string ad an allowed type for normalizer
1 parent 0d6f113 commit 7d4cab3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Rule/NotBlank.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(array $options = [])
1919
]);
2020

2121
$resolver->setAllowedTypes('message', 'string');
22-
$resolver->setAllowedTypes('normalizer', ['null', 'string', 'callable']);
22+
$resolver->setAllowedTypes('normalizer', ['null', 'callable']);
2323

2424
$this->options = $resolver->resolve($options);
2525
}

0 commit comments

Comments
 (0)