Skip to content

Commit 4661ffc

Browse files
committed
* Docs
1 parent 1bf99f8 commit 4661ffc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Matcher/SerialMatcher.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ protected function match($string, &$value)
2424
return $total_length;
2525
}
2626

27+
/**
28+
*
29+
* @param mixed[] $results
30+
* @return mixed
31+
*/
2732
protected function process($results)
2833
{
2934
return implode('', $results);

0 commit comments

Comments
 (0)