Test Failed
Push — main ( 577f79...66b7bb )
by Daniel
02:12
created
source/ElectronicInvoiceWrite.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -190,7 +190,7 @@
 block discarded – undo
190 190
         }
191 191
     }
192 192
 
193
-    protected function setNumericValue(string $strTag, array $arrayDataIn): string|float
193
+    protected function setNumericValue(string $strTag, array $arrayDataIn): string | float
194 194
     {
195 195
         $sReturn      = $arrayDataIn['value'];
196 196
         $arrayRawTags = ['CreditedQuantity', 'EndpointID', 'InvoicedQuantity', 'ItemClassificationCode', 'PriceAmount'];
Please login to merge, or discard this patch.