array_walk($fragments, function(&$item) {
    if (strpos($item, '%') === 0) {
      $item = '%';
    }
  });

Causes:

 135 | ERROR   | [ ] Line indented incorrectly; expected 27 spaces, found 4
 136 | ERROR   | [ ] Line indented incorrectly; expected 29 spaces, found 6

Comments

psynaptic’s picture

Issue summary: View changes

  • Commit ddb460e on 8.x-2.x by klausi:
    Issue #2222693 : Line indentation error incorrectly triggers for...
klausi’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.