Completed
Branch master (f70f7f)
by Samuel
04:39
created
Category
src/Recurrence/Recurrence.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
             throw new \InvalidArgumentException(sprintf('Invalid RRULE [%s]', $rrule));
94 94
         }
95 95
 
96
-        $rules =[];
96
+        $rules = [];
97 97
         foreach ($explodedRules as $explodedRule) {
98 98
             $ruleParts = explode('=', $explodedRule);
99 99
 
Please login to merge, or discard this patch.
benchmark.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
 
17 17
 $iteration = 1;
18 18
 $years     = 1;
19
-while($iteration <= ITERATION) {
19
+while ($iteration <= ITERATION) {
20 20
     echo '.';
21 21
     // Init new period with new interval in years
22 22
     $start = new \Datetime(sprintf('%s-%s-01', rand(1000, 9999), rand(1, 12)));
Please login to merge, or discard this patch.