After upgrading to EMACS 24.3 (I think from 24.2) and also upgrading the MELPA php-mode
package to version 20130920.1850, php-mode
now indents as follows:
array('a' => 1,
'b' => 2);
What it did previously:
array('a' => 1,
'b' => 2);
How do I get back the previous behavior?
Update: Eventually, I filed an issue on Github, and the maintainer of php-mode confirmed that there is a bug.