Skip to content

Commit f8e592d

Browse files
spawniaStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 439ad76 commit f8e592d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Regex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,6 @@ public function unmatchedRegexMessage(string $value): string
143143
{
144144
$safeValue = Utils::printSafeJson($value);
145145

146-
return "The given value {$safeValue} did not match the regex " . static::regex();
146+
return "The given value {$safeValue} did not match the regex ".static::regex();
147147
}
148148
}

0 commit comments

Comments
 (0)