Completed
Push — master ( 310596...ecf895 )
by Hannes
02:21
created
src/Parser/Strategy/MandateResponseStrategy.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace byrokrat\autogiro\Parser\Strategy;
6 6
 
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
                 'customerNr' => new Matcher\Number(65, 6),
47 47
                 'bankgiro' => new Matcher\Number(71, 10),
48 48
             ],
49
-            function (array $values) {
49
+            function(array $values) {
50 50
                 // TODO ska såklart vara DI...
51 51
                 $factory = new \byrokrat\banking\AccountFactory;
52 52
                 $factory->whitelistFormats([\byrokrat\banking\BankNames::FORMAT_BANKGIRO]);
Please login to merge, or discard this patch.