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 bb561b0 commit a737f22Copy full SHA for a737f22
src/Matcher/TextMatcher.php
@@ -101,7 +101,7 @@ public function canMatch($pattern) : bool
101
}
102
103
/**
104
- * Reaplce each type pattern (@string@.startsWith("lorem")) with placeholder, in order
+ * Replace each type pattern (@string@.startsWith("lorem")) with placeholder, in order
105
* to use preg_quote without destroying pattern & expanders.
106
*
107
* before replacement: "/users/@integer@.greaterThan(200)/active"
0 commit comments