Passed
Push — main ( 11438a...0b6967 )
by Dylan
02:15
created
src/includes/functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 function lifeboat_date_formatter(string $date)
8 8
 {
9 9
     try {
10
-        $date = new \DateTime($date . ' CET');
10
+        $date = new \DateTime($date.' CET');
11 11
         return $date;
12 12
     } catch (Exception $e) {
13 13
         error_log($e);
Please login to merge, or discard this patch.