Passed
Push — develop ( a456a7...08a543 )
by Reüel
04:03
created
admin/meta-box-payment-lines.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 						<?php
111 111
 
112 112
 						$values = array_map(
113
-							function ( PaymentLine $line ) {
113
+							function( PaymentLine $line ) {
114 114
 								return $line->get_total_amount()->get_excluding_tax()->get_amount();
115 115
 							},
116 116
 							$lines->get_array()
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
 
129 129
 						if ( $payment->get_total_amount()->has_tax() ) {
130 130
 							$values = array_map(
131
-								function ( PaymentLine $line ) {
131
+								function( PaymentLine $line ) {
132 132
 									return $line->get_total_amount()->get_including_tax()->get_amount();
133 133
 								},
134 134
 								$lines->get_array()
Please login to merge, or discard this patch.