foo('bar', function () {
if ($conditionA &&
$conditionB
) {
if ($conditionC) {
$a = 1;
}
}
});
After the merge of #2414 solution, the code above started generating the following errors from Generic.WhiteSpace.ScopeIndent:
5 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
7 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
After the merge of #2414 solution, the code above started generating the following errors from Generic.WhiteSpace.ScopeIndent:
5 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 87 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8