Completed
Push — master ( 5c0f8d...2f9dfd )
by Jan
06:18 queued 01:57
created
src/Helpers/UTCDateTimeType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
             self::$utc_timezone
74 74
         );
75 75
 
76
-        if (! $converted) {
76
+        if (!$converted) {
77 77
             throw ConversionException::conversionFailedFormat(
78 78
                 $value,
79 79
                 $this->getName(),
Please login to merge, or discard this patch.