Skip to content

Commit 6f787fa

Browse files
committed
cs
1 parent 61390c8 commit 6f787fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ValueObject/Pattern/RegexPattern.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public function isRegexPatternNeccessary(): bool
2020
$body = $matches['body'];
2121

2222
// ignore ^ at start and $ at end
23+
2324
/** @var string $body */
2425
$body = preg_replace('~^\^~', '', $body);
2526

0 commit comments

Comments
 (0)