Failed Conditions
Push — master ( 28d8ad...89ab07 )
by Arnold
03:34
created
src/DateExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
         if (
130 130
             (is_int($datetype) && $datetype !== \IntlDateFormatter::NONE) ||
131 131
             (is_int($timetype) && $timetype !== \IntlDateFormatter::NONE)
132
-        ){
132
+        ) {
133 133
             $pattern = \IntlDateFormatter::create(
134 134
                 \Locale::getDefault(),
135 135
                 is_int($datetype) ? $datetype : \IntlDateFormatter::NONE,
Please login to merge, or discard this patch.