Convert all array() syntax to []
[lhc/web/wiklou.git] / tests / phpunit / data / xmp / flash.result.php
index 018c0ac..3150d5c 100644 (file)
@@ -1,8 +1,8 @@
 <?php
 
-$result = array( 'xmp-exif' =>
-       array(
+$result = [ 'xmp-exif' =>
+       [
                'DigitalZoomRatio' => '0/10',
                'Flash' => '127'
-       )
-);
+       ]
+];