Completed
Branch master (e9933e)
by Jan
07:26
created
src/EvidenceRequest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.