Skip to content

Commit 5cd62c8

Browse files
committed
cs
1 parent bb41d83 commit 5cd62c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Rules/Regexp/RegularExpressionPatternRule.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use function sprintf;
1616
use function str_contains;
1717
use function str_starts_with;
18-
use function strrpos;
18+
use function strpos;
1919
use function strtolower;
2020
use function substr;
2121

0 commit comments

Comments
 (0)