@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($alert) { |
|
| 22 | + function($alert) { |
|
| 23 | 23 | return new InsightAlertResponse($alert); |
| 24 | 24 | }, |
| 25 | 25 | $alerts |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($module) { |
|
| 22 | + function($module) { |
|
| 23 | 23 | return new InsightModuleResponse($module); |
| 24 | 24 | }, |
| 25 | 25 | $modules |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($domain) { |
|
| 22 | + function($domain) { |
|
| 23 | 23 | return new DomainResponse($domain); |
| 24 | 24 | }, |
| 25 | 25 | $domains |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($notification) { |
|
| 22 | + function($notification) { |
|
| 23 | 23 | return new NotificationResponse($notification); |
| 24 | 24 | }, |
| 25 | 25 | $notifications |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($member) { |
|
| 22 | + function($member) { |
|
| 23 | 23 | return new MemberResponse($member); |
| 24 | 24 | }, |
| 25 | 25 | $members |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($idp) { |
|
| 22 | + function($idp) { |
|
| 23 | 23 | return new IdentityProviderResponse($idp); |
| 24 | 24 | }, |
| 25 | 25 | $idps |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($variable) { |
|
| 22 | + function($variable) { |
|
| 23 | 23 | return new VariableResponse($variable); |
| 24 | 24 | }, |
| 25 | 25 | $variables |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($invitation) { |
|
| 22 | + function($invitation) { |
|
| 23 | 23 | return new InvitationResponse($invitation); |
| 24 | 24 | }, |
| 25 | 25 | $invitations |
@@ -19,7 +19,7 @@ |
||
| 19 | 19 | { |
| 20 | 20 | parent::__construct( |
| 21 | 21 | array_map( |
| 22 | - function ($environment) { |
|
| 22 | + function($environment) { |
|
| 23 | 23 | return new EnvironmentResponse($environment); |
| 24 | 24 | }, |
| 25 | 25 | $environments |