Completed
Push — master ( ab68f2...aa6c15 )
by
unknown
24:39 queued 22:28
created
src/SumoCoders/FrameworkCoreBundle/Form/Extension/DateTimeTypeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,6 +51,6 @@
 block discarded – undo
51 51
 
52 52
     private function convertToJsFormat(string $intlFormat): string
53 53
     {
54
-        return str_replace(['y', 'MM', 'dd', 'H', 'i'], ['YYYY','MM', 'DD', 'HH', 'mm'], $intlFormat);
54
+        return str_replace(['y', 'MM', 'dd', 'H', 'i'], ['YYYY', 'MM', 'DD', 'HH', 'mm'], $intlFormat);
55 55
     }
56 56
 }
Please login to merge, or discard this patch.
src/SumoCoders/FrameworkCoreBundle/Form/Extension/DateTypeExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,6 +52,6 @@
 block discarded – undo
52 52
 
53 53
     private function convertToJsFormat(string $intlFormat): string
54 54
     {
55
-        return str_replace(['y', 'MM', 'dd'], ['YYYY','MM', 'DD'], $intlFormat);
55
+        return str_replace(['y', 'MM', 'dd'], ['YYYY', 'MM', 'DD'], $intlFormat);
56 56
     }
57 57
 }
Please login to merge, or discard this patch.