Passed
Push — master ( a1f9e9...7e2091 )
by Nicolaas
12:57 queued 10:06
created
src/Extensions/SiteConfigExtension.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -177,8 +177,7 @@
 block discarded – undo
177 177
 
178 178
     public function onAfterWrite()
179 179
     {
180
-        if (self::$loop_count < 2) {
181
-            ++self::$loop_count;
180
+        if (self::$loop_count < 2) {++self::$loop_count;
182 181
             $this->CreateFiles();
183 182
             // 2 = only real changes.
184 183
             if ($this->owner->isChanged('UnderConstructionOnOff', 2)) {
Please login to merge, or discard this patch.