This does not get indented correctly ``` $app->group('/route', function () use ($app) { echo 'hello'; }); ``` Instead it looks like this ``` $app->group('/route', function () use ($app) { echo 'hello'; }); ``` `php-mode-version` says > PHP mode 1.15.3 of 2015-03-09