$arr = [
$this->something()
->something(),
];
$this->something()
->something();
$arr = [
$this->something()
->something(),
];
$this->something()
->something();
(use-package php-mode
:ensure t
:config
(setq c-basic-offset 4)
(add-hook 'php-mode-hook 'php-enable-psr2-coding-style)
)