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 7dce9f2 commit 42d0731Copy full SHA for 42d0731
src/Executor.php
@@ -53,7 +53,7 @@ public function getAllMatches($pattern, $subject, $offset = 0)
53
* @throws \RuntimeException
54
* @throws \InvalidArgumentException
55
*
56
- * @return \Mcustiel\PhpSimpleRegex\MatchResult|NULL
+ * @return \Mcustiel\PhpSimpleRegex\Match|NULL
57
*/
58
public function getOneMatch($pattern, $subject, $offset = 0)
59
{
0 commit comments