Test Failed
Pull Request — master (#14)
by Samuel
01:57
created
src/Recurrence/RruleTransformer/DtStartTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
                 return \DateTime::createFromFormat(
52 52
                     $datePattern['date_format'],
53 53
                     $matches[1],
54
-                    (($datePattern['timezone'])? new \DateTimeZone($datePattern['timezone']) : null)
54
+                    (($datePattern['timezone']) ? new \DateTimeZone($datePattern['timezone']) : null)
55 55
                 );
56 56
             }
57 57
         }
Please login to merge, or discard this patch.