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.
1 parent 439ad76 commit f8e592dCopy full SHA for f8e592d
src/Regex.php
@@ -143,6 +143,6 @@ public function unmatchedRegexMessage(string $value): string
143
{
144
$safeValue = Utils::printSafeJson($value);
145
146
- return "The given value {$safeValue} did not match the regex " . static::regex();
+ return "The given value {$safeValue} did not match the regex ".static::regex();
147
}
148
0 commit comments