Fix method parameter comment
authorMatthias Schmidt <gravatronics@live.com>
Sun, 20 Nov 2016 15:24:46 +0000 (16:24 +0100)
committerMatthias Schmidt <gravatronics@live.com>
Sun, 20 Nov 2016 15:24:46 +0000 (16:24 +0100)
wcfsetup/install/files/lib/system/Regex.class.php

index e60f1641713869daddbbc0ab3e7210d80fbb71bb..882e95747e64f471536a34f1b2973d231b173810 100644 (file)
@@ -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) {