Пример:
Код: Выделить всё
$orders = Order::paid()
->notShipped()
->get();
dd($orders); // notShipped()
->get();
dd($orders); //
Подробнее здесь: [url]https://stackoverflow.com/questions/79059071/vscode-incorrect-indentation-after-method-chaining[/url]
Мобильная версия