@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 | |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | $this->created = new \DateTimeImmutable($user['created'], $timezone); |
110 | 110 | $this->updated = new \DateTimeImmutable($user['updated'], $timezone); |
111 | 111 | |
112 | - $this->alias = array_map(function ($alias) { |
|
112 | + $this->alias = array_map(function($alias) { |
|
113 | 113 | return Alias::fromArray($alias); |
114 | 114 | }, $user['alias']); |
115 | 115 | |
@@ -123,7 +123,7 @@ discard block |
||
123 | 123 | $this->mainAddress = Address::fromArray($user['address_main']); |
124 | 124 | $this->postalAddress = Address::fromArray($user['address_postal']); |
125 | 125 | |
126 | - $this->notificationFilters = array_map(function ($notificationFilter) { |
|
126 | + $this->notificationFilters = array_map(function($notificationFilter) { |
|
127 | 127 | return NotificationFilter::fromArray($notificationFilter); |
128 | 128 | }, $user['notification_filters']); |
129 | 129 | } |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types=1); |
|
1 | +<?php declare(strict_types = 1); |
|
2 | 2 | |
3 | 3 | namespace Link0\Bunq\Domain; |
4 | 4 |