We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
string
1 parent 00ae95b commit 8da677cCopy full SHA for 8da677c
src/Validation/Rules/StringRule.php
@@ -11,8 +11,8 @@ class StringRule extends RegexRule
11
{
12
use Concerns\MinMaxValues;
13
14
- protected const TYPE_STRING = 'string';
15
- protected const TYPE_ALPHA = 'alpha';
+ protected const string TYPE_STRING = 'string';
+ protected const string TYPE_ALPHA = 'alpha';
16
17
/** @var list<string> */
18
protected const TYPES = [
0 commit comments