Passed
Push — master ( 1eeb90...3a73e7 )
by Stefan
01:29
created
SKien/Sepa/SepaHelper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -202,7 +202,7 @@
 block discarded – undo
202 202
 
203 203
         //  New Year        Good Day     Easter Monday  1'stMay      1.Christmas   2.Christmas
204 204
         $aTarget2 = array(
205
-             '2019-01-01', '2019-04-18', '2019-04-21', '2019-05-01', '2019-12-25', '2019-12-26'
205
+                '2019-01-01', '2019-04-18', '2019-04-21', '2019-05-01', '2019-12-25', '2019-12-26'
206 206
             ,'2020-01-01', '2020-04-10', '2020-04-13', '2020-05-01', '2020-12-25', '2020-12-26'
207 207
             ,'2021-01-01', '2021-04-02', '2021-04-05', '2021-05-01', '2021-12-25', '2021-12-26'
208 208
             ,'2022-01-01', '2022-04-15', '2022-04-18', '2022-05-01', '2022-12-25', '2022-12-26'
Please login to merge, or discard this patch.