Completed
Push — master ( cac559...b1b643 )
by De Cramer
12s
created
src/eXpansion/Core/DataProviders/MapDataProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 
69 69
             $start += self::BATCH_SIZE;
70 70
 
71
-        } while(count($maps) == self::BATCH_SIZE);
71
+        } while (count($maps) == self::BATCH_SIZE);
72 72
     }
73 73
 
74 74
     /**
Please login to merge, or discard this patch.
src/eXpansion/Core/Services/Application.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@
 block discarded – undo
119 119
             } while ($nextCycleStart < $endCycleTime);
120 120
           
121 121
             @time_sleep_until($nextCycleStart);
122
-        } while($this->isRunning);
122
+        } while ($this->isRunning);
123 123
     }
124 124
 
125 125
     /**
Please login to merge, or discard this patch.