Skip to content

Commit 4960651

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 3299343 commit 4960651

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Regex.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ public function serialize($value): string
6969
*/
7070
protected static function matchesRegex(string $value): bool
7171
{
72-
return RegexValidator
73-
::match(
72+
return RegexValidator::match(
7473
static::regex(),
7574
$value
7675
)

0 commit comments

Comments
 (0)