Completed
Branch master (91a5ce)
by Dennis
02:31
created
src/Service/UserService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Service;
4 4
 
Please login to merge, or discard this patch.
src/Service/PaymentService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Service;
4 4
 
Please login to merge, or discard this patch.
src/Service/CertificatePinnedService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Service;
4 4
 
Please login to merge, or discard this patch.
src/Service/MonetaryAccountService.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Service;
4 4
 
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
     private function updateNotificationFilters(MonetaryAccountBank $monetaryAccountBank, $notificationFilters)
137 137
     {
138 138
         $this->updateMonetaryAccount($monetaryAccountBank, [
139
-            'notification_filters' => array_map(function (NotificationFilter $notificationFilter) {
139
+            'notification_filters' => array_map(function(NotificationFilter $notificationFilter) {
140 140
                 return $notificationFilter->toArray();
141 141
             }, $notificationFilters),
142 142
         ]);
Please login to merge, or discard this patch.
src/Service/InstallationService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Service;
4 4
 
Please login to merge, or discard this patch.
src/Domain/Payment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Domain;
4 4
 
Please login to merge, or discard this patch.
src/Domain/Certificate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Domain;
4 4
 
Please login to merge, or discard this patch.
src/Domain/UserCompany.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Domain;
4 4
 
Please login to merge, or discard this patch.
src/Domain/MonetaryAccountBank.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace Link0\Bunq\Domain;
4 4
 
Please login to merge, or discard this patch.