File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ class VatCalculator
145145 'low ' => 0.021 ,
146146 'low1 ' => 0.021 ,
147147 'super-reduced ' => 0.021 ,
148- ]
148+ ],
149149 ],
150150 'Martinique ' => [
151151 'rate ' => 0.085 ,
@@ -154,7 +154,7 @@ class VatCalculator
154154 'low ' => 0.021 ,
155155 'low1 ' => 0.021 ,
156156 'super-reduced ' => 0.021 ,
157- ]
157+ ],
158158 ],
159159 'Guadeloupe ' => [
160160 'rate ' => 0.085 ,
@@ -163,7 +163,7 @@ class VatCalculator
163163 'low ' => 0.021 ,
164164 'low1 ' => 0.021 ,
165165 'super-reduced ' => 0.021 ,
166- ]
166+ ],
167167 ],
168168 'Guyane ' => 0 ,
169169 'Mayotte ' => 0 ,
Original file line number Diff line number Diff line change @@ -1064,7 +1064,7 @@ public function test_calculate_exception_low_vat_vat_with_predefined_rules_overw
10641064 'rates ' => [
10651065 'high ' => 0.085 ,
10661066 'low ' => 0.021 ,
1067- ]
1067+ ],
10681068 ],
10691069 ],
10701070 ],
You can’t perform that action at this time.
0 commit comments