Apenas avisando que agora você pode fazer isso:
$newSyntax = [
'key' => 'value',
'anotherKey' => 'anotherValue'
];
Em vez disso:
$oldSyntax = array(
'key' => 'value',
'anotherKey' => 'anotherValue'
);
Tudo que você precisa é de PHP 5.4 ou superior.
Para mais informações: https://wiki.php.net/rfc/shortsyntaxforarrays