Upgrade wikimedia/scoped-callback to 2.0.0
[lhc/web/wiklou.git] / tests / phpunit / data / xmp / gps.result.php
index bf7fb21..6bc35f5 100644 (file)
@@ -1,11 +1,11 @@
 <?php
 
-$result = array( 'xmp-exif' =>
-       array(
+$result = [ 'xmp-exif' =>
+       [
                'GPSAltitude' => -3.14159265301,
                'GPSDOP' => '5/1',
                'GPSLatitude' => 88.51805555,
                'GPSLongitude' => -21.12356945,
                'GPSVersionID' => '2.2.0.0'
-       )
-);
+       ]
+];