Completed
Branch master (e9933e)
by Jan
07:26
created
src/Receipt.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 	private $priceSecondReducedVat;
91 91
 
92 92
 	/**
93
- 	 * XML dan3
93
+	 * XML dan3
94 94
 	 *
95 95
 	 * @var int|null
96 96
 	 */
Please login to merge, or discard this patch.
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.