From: Matthias Schmidt Date: Sun, 20 Nov 2016 15:24:46 +0000 (+0100) Subject: Fix method parameter comment X-Git-Tag: 3.0.0_Beta_5~7 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9f0483d8bec47334edd6c8889fe0e13a20eb1440;p=GitHub%2FWoltLab%2FWCF.git Fix method parameter comment --- diff --git a/wcfsetup/install/files/lib/system/Regex.class.php b/wcfsetup/install/files/lib/system/Regex.class.php index e60f164171..882e95747e 100644 --- a/wcfsetup/install/files/lib/system/Regex.class.php +++ b/wcfsetup/install/files/lib/system/Regex.class.php @@ -201,7 +201,7 @@ final class Regex { * Replaces part of the string with the regex. * * @param string $string - * @param mixed $replacement replacement-string or callable + * @param mixed $replacement replacement-string or closure * @return string */ public function replace($string, $replacement) {