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 67a32d7 commit a01eff5Copy full SHA for a01eff5
README.md
@@ -6,7 +6,7 @@ PCRE wrapping library that offers type-safe `preg_*` replacements.
6
This library gives you a way to ensure `preg_*` functions do not fail silently, returning
7
unexpected `null`s that may not be handled.
8
9
-It also makes it easier ot work with static analysis tools like PHPStan or Psalm as it
+It also makes it easier to work with static analysis tools like PHPStan or Psalm as it
10
simplifies and reduces the possible return values from all the `preg_*` functions which
11
are quite packed with edge cases.
12
0 commit comments