Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / libs / replacers / RegexlikeReplacer.php
index 2b1fa74..9874f52 100644 (file)
@@ -36,7 +36,7 @@ class RegexlikeReplacer extends Replacer {
         * @return string
         */
        public function replace( array $matches ) {
-               $pairs = array();
+               $pairs = [];
                foreach ( $matches as $i => $match ) {
                        $pairs["\$$i"] = $match;
                }