The fact that you align the => operators but NOT the [ ] brackets drives me insane.
$arr = [ 'foo' => 'bar', 'fooo' => 'bar' ] // the other way makes my brain want to explode. xD