Support from Acquia helps fund testing for Drupal Acquia logo

Comments

David_Rothstein created an issue. See original summary.

David_Rothstein’s picture

Status: Active » Needs review
FileSize
1.43 KB
cilefen’s picture

Issue tags: +Novice

I am tagging this "Novice" because a novice can provide a review on this coding-standards issue.

kikoalonsob’s picture

Status: Needs review » Reviewed & tested by the community

It seems ok, "for" loop have the correct indentation now.

xjm’s picture

Status: Reviewed & tested by the community » Fixed
Issue tags: +rc eligible
+++ b/core/modules/simpletest/simpletest.module
@@ -532,24 +532,24 @@ function simpletest_classloader_register() {
-            break;
-        }
...
       }
-      $text .= "\n";
     }
+    $text .= "\n";
+  }

The diff generation here goofed me up and at first I thought this was changing the actual logic, but it's not. It's just the diff. I reviewed with git diff -W to confirm this.

As a non-disruptive, low-risk coding standards fix, this change is considered "rc eligible" and can be committed any time during RC. Reference: https://www.drupal.org/core/d8-allowed-changes#rc Committed and pushed to 8.0.x. Thanks!

  • xjm committed 120111a on 8.0.x
    Issue #2588529 by David_Rothstein, cilefen, kikoalonsob: Code...

Status: Fixed » Closed (fixed)

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