Skip to content

Commit 25ca785

Browse files
driesvintsgithub-actions[bot]
authored andcommitted
Fix code styling
1 parent 0182a18 commit 25ca785

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/VatCalculator.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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,

tests/VatCalculatorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
],

0 commit comments

Comments
 (0)