Merge "filerepo: Mark some internal LocalFile methods private"
[lhc/web/wiklou.git] / includes / media / JpegMetadataExtractor.php
index 5069f18..81722c6 100644 (file)
@@ -52,11 +52,11 @@ class JpegMetadataExtractor {
 
                $segmentCount = 0;
 
-               $segments = array(
-                       'XMP_ext' => array(),
-                       'COM' => array(),
-                       'PSIR' => array(),
-               );
+               $segments = [
+                       'XMP_ext' => [],
+                       'COM' => [],
+                       'PSIR' => [],
+               ];
 
                if ( !$filename ) {
                        throw new MWException( "No filename specified for " . __METHOD__ );