1
PhpStormは、ブラケットを配列から整列させています。PhpStorm内の配列ブラケットの整列を停止する
DB::table('something')->create([
'title' => 'John',
'description' => 'Doe',
]); // I don't want to align this.
DB::table('something')->create([
'title' => 'John',
'description' => 'Doe',
]); // I want it like this.
ここで私はSettings/Preferences > Editor > Code Style > PHP
を変更しますか?