Skip to content

Commit 42d0731

Browse files
committed
Fixed PHPDoc
1 parent 7dce9f2 commit 42d0731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Executor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getAllMatches($pattern, $subject, $offset = 0)
5353
* @throws \RuntimeException
5454
* @throws \InvalidArgumentException
5555
*
56-
* @return \Mcustiel\PhpSimpleRegex\MatchResult|NULL
56+
* @return \Mcustiel\PhpSimpleRegex\Match|NULL
5757
*/
5858
public function getOneMatch($pattern, $subject, $offset = 0)
5959
{

0 commit comments

Comments
 (0)