Код: Выделить всё
class bla
{
private function wop()
{
if (true) {
$something = 'yes'; // 6 spaces indent is what I want!
}
}
}
(PSR12.ControlStructures.ControlStructureSpacing.LineIndent) Каждая строка в
многострочной структуре управления должна быть
Как сообщить phpcs, что я предпочитаю 6 пробелов?
Подробнее здесь: https://stackoverflow.com/questions/781 ... structures
Мобильная версия