Test Failed
Push — master ( 71e64a...30fcc5 )
by Matt
02:21 queued 12s
created
src/Twig/GeneralRuntime.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,9 @@
 block discarded – undo
21 21
 
22 22
     public function durationToHMS(?DateInterval $interval): string
23 23
     {
24
-        if (!isset($interval))
25
-            return "";
24
+        if (!isset($interval)) {
25
+                    return "";
26
+        }
26 27
 
27 28
         return $interval->format('%hh %im %ss');
28 29
     }
Please login to merge, or discard this patch.