summaryrefslogtreecommitdiff
path: root/it.class
diff options
context:
space:
mode:
Diffstat (limited to 'it.class')
-rw-r--r--it.class2
1 files changed, 1 insertions, 1 deletions
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)
{