summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUrban Müller2020-06-19 14:22:39 +0200
committerUrban Müller2020-06-19 14:22:39 +0200
commitd486ecf93f66eff6586a4893ab3108a4fb352e82 (patch)
tree7e295ac7e44cbdfa39d520e5c2d9bda781daf28d
parent77cb6c93b8822423b5be5113a1006c93958d26af (diff)
downloaditools-d486ecf93f66eff6586a4893ab3108a4fb352e82.tar.gz
itools-d486ecf93f66eff6586a4893ab3108a4fb352e82.tar.bz2
itools-d486ecf93f66eff6586a4893ab3108a4fb352e82.zip
fix docs
-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)
{