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:
@@ -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,
|
||||
);
|
||||
},*/
|
||||
);
|
||||
];
|
||||
|
Reference in New Issue
Block a user