Merge "Move up devunt's name to Developers"
[lhc/web/wiklou.git] / includes / import / UploadSourceAdapter.php
index 17fbdfb..1f49c8a 100644 (file)
@@ -30,7 +30,7 @@
  */
 class UploadSourceAdapter {
        /** @var array */
-       public static $sourceRegistrations = array();
+       public static $sourceRegistrations = [];
 
        /** @var string */
        private $mSource;
@@ -128,7 +128,7 @@ class UploadSourceAdapter {
         * @return array
         */
        function url_stat() {
-               $result = array();
+               $result = [];
 
                $result['dev'] = $result[0] = 0;
                $result['ino'] = $result[1] = 0;