1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-06 16:16:39 +02:00

update array short syntax

This commit is contained in:
Mikael Roos
2016-03-09 12:22:03 +01:00
parent 8667a9ec79
commit d697809a69

View File

@@ -5,7 +5,7 @@
* config-file imgtest_config.php.
*
*/
return array(
return [
/**
* Set mode as 'strict', 'production' or 'development'.
@@ -416,4 +416,4 @@ return array(
"customCharacterSet" => null,
);
},*/
);
];