Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / libs / ReplacementArray.php
index 02762f3..4512a4b 100644 (file)
@@ -37,7 +37,7 @@ class ReplacementArray {
         * @return array
         */
        public function __sleep() {
-               return array( 'data' );
+               return [ 'data' ];
        }
 
        /**