【发布时间】:2016-06-25 09:31:06
【问题描述】:
PhpStorm 正在对齐数组中的括号。
DB::table('something')->create([
'title' => 'John',
'description' => 'Doe',
]); // I don't want to align it this way...
DB::table('something')->create([
'title' => 'John',
'description' => 'Doe',
]); // But this way...
在Settings/Preferences > Editor > Code Style > PHP 哪里可以更改?
【问题讨论】: