Completed
Pull Request — master (#151)
by
unknown
03:10
created
src/Entity/ItemizedPaymentInformation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
             }
39 39
         }
40 40
 
41
-        if(isset($attributes->SplitDutyVATIndicator)) {
41
+        if (isset($attributes->SplitDutyVATIndicator)) {
42 42
             $this->setSplitDutyVATIndicator($attributes->SplitDutyVATIndicator);
43 43
         }
44 44
     }
Please login to merge, or discard this patch.