Passed
Push — main ( 1ecce0...9c5f48 )
by Breno
02:32 queued 55s
created
src/Rules/DateTimeInFuture.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -29,8 +29,7 @@
 block discarded – undo
29 29
         try {
30 30
             $datetime =
31 31
                 $input instanceof DateTimeInterface ?
32
-                    $input :
33
-                    new DateTimeImmutable($input);
32
+                    $input : new DateTimeImmutable($input);
34 33
 
35 34
             return $datetime > $this->now;
36 35
         } catch (Throwable) {
Please login to merge, or discard this patch.