Completed
Push — master ( 28dad9...dfe6a1 )
by Joachim
37:07 queued 22:04
created
src/Entity/AbstractEntity.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,11 +22,11 @@
 block discarded – undo
22 22
 
23 23
     protected function getDateTimeFromJson($val = null) : ?DateTimeImmutable
24 24
     {
25
-        if(!$val) {
25
+        if (!$val) {
26 26
             return null;
27 27
         }
28 28
 
29
-        if($val instanceof DateTimeImmutable) {
29
+        if ($val instanceof DateTimeImmutable) {
30 30
             return $val;
31 31
         }
32 32
 
Please login to merge, or discard this patch.