Passed
Push — main ( 45a540...bf08fb )
by Daniel
02:14
created
source/TraitVersions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
         return $strCommentParentKey;
167 167
     }
168 168
 
169
-    protected function setNumericValue(string $strTag, array $arrayDataIn): string|float
169
+    protected function setNumericValue(string $strTag, array $arrayDataIn): string | float
170 170
     {
171 171
         $sReturn      = $arrayDataIn['value'];
172 172
         $arrayRawTags = ['CreditedQuantity', 'EndpointID', 'InvoicedQuantity', 'ItemClassificationCode', 'PriceAmount'];
Please login to merge, or discard this patch.