We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 022d052 commit 4a64c93Copy full SHA for 4a64c93
src/Rules/Regexp/RegularExpressionPatternRule.php
@@ -15,6 +15,7 @@
15
use function sprintf;
16
use function str_contains;
17
use function str_starts_with;
18
+use function strlen;
19
use function strpos;
20
use function strtolower;
21
use function substr;
0 commit comments