Convert configuration PHP 5.4 arrays.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -54,7 +54,7 @@ return array(
|
||||
|
|
||||
*/
|
||||
|
||||
'from' => array('address' => null, 'name' => null),
|
||||
'from' => ['address' => null, 'name' => null],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
@@ -121,4 +121,4 @@ return array(
|
||||
|
||||
'pretend' => false,
|
||||
|
||||
);
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user