Completed
Push — master ( f186c8...5e738e )
by Kristof
04:56
created
src/Calendar.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
     public function serialize()
87 87
     {
88 88
         $serializedTimestamps = array_map(
89
-            function (Timestamp $timestamp) {
89
+            function(Timestamp $timestamp) {
90 90
                 return $timestamp->serialize();
91 91
             },
92 92
             $this->timestamps
Please login to merge, or discard this patch.