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
哪里更改此内容?