@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($insight) { |
|
17 | + static function($insight) { |
|
18 | 18 | return new InsightResponse($insight); |
19 | 19 | }, |
20 | 20 | $insights |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($subscription) { |
|
17 | + static function($subscription) { |
|
18 | 18 | return new SubscriptionResponse($subscription); |
19 | 19 | }, |
20 | 20 | $subscriptions |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($destination) { |
|
17 | + static function($destination) { |
|
18 | 18 | return new LogForwardingDestinationResponse($destination); |
19 | 19 | }, |
20 | 20 | $destinations |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($idp) { |
|
17 | + static function($idp) { |
|
18 | 18 | return new IdentityProviderResponse($idp); |
19 | 19 | }, |
20 | 20 | $idps |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($notification) { |
|
17 | + static function($notification) { |
|
18 | 18 | return new NotificationResponse($notification); |
19 | 19 | }, |
20 | 20 | $notifications |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($member) { |
|
17 | + static function($member) { |
|
18 | 18 | return new MemberResponse($member); |
19 | 19 | }, |
20 | 20 | $members |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($invitation) { |
|
17 | + static function($invitation) { |
|
18 | 18 | return new InvitationResponse($invitation); |
19 | 19 | }, |
20 | 20 | $invitations |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($metric) { |
|
17 | + static function($metric) { |
|
18 | 18 | return new MetricResponse($metric); |
19 | 19 | }, |
20 | 20 | $metrics |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($server) { |
|
17 | + static function($server) { |
|
18 | 18 | return new ServerResponse($server); |
19 | 19 | }, |
20 | 20 | $servers |