@@ -90,7 +90,7 @@ |
||
| 90 | 90 | private $priceSecondReducedVat; |
| 91 | 91 | |
| 92 | 92 | /** |
| 93 | - * XML dan3 |
|
| 93 | + * XML dan3 |
|
| 94 | 94 | * |
| 95 | 95 | * @var int|null |
| 96 | 96 | */ |
@@ -55,7 +55,7 @@ |
||
| 55 | 55 | 'cerp_zuct' => Formatter::formatAmount($receipt->getPriceUsedSubsequentSettlement()), |
| 56 | 56 | 'rezim' => $configuration->getEvidenceMode()->getValue(), |
| 57 | 57 | ]; |
| 58 | - $this->body = array_filter($body, function ($value): bool { |
|
| 58 | + $this->body = array_filter($body, function($value): bool { |
|
| 59 | 59 | return $value !== null; |
| 60 | 60 | }); |
| 61 | 61 | |