Convert all array() syntax to []
[lhc/web/wiklou.git] / tests / phpunit / data / xmp / no-namespace.result.php
index 3ff6920..8e33102 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 
-$result = array( 'xmp-exif' =>
-       array(
+$result = [ 'xmp-exif' =>
+       [
                'FNumber' => '28/10',
-       )
-);
+       ]
+];