From d486ecf93f66eff6586a4893ab3108a4fb352e82 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 19 Jun 2020 14:22:39 +0200 Subject: fix docs --- it.class | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/it.class b/it.class index f2387cb..fe86471 100644 --- a/it.class +++ b/it.class @@ -437,7 +437,7 @@ static function convertregex($pattern, $p = null) * @param $p['offset_capture'] Set flag preg_offset_capture (returns offsets with the matches). * @param $p['all'] Return every match as array instead of first match. * @param $p contains pattern modifiers, @see convertregex() - * @return Matched string or false + * @return Matched string or null */ static function match($pattern, $string, $p = null) { -- cgit v1.2.3