@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($log) { |
|
22 | + function($log) { |
|
23 | 23 | return new LogResponse($log); |
24 | 24 | }, |
25 | 25 | $logs |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($permission) { |
|
22 | + function($permission) { |
|
23 | 23 | return new PermissionResponse($permission); |
24 | 24 | }, |
25 | 25 | $permissions |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($database) { |
|
22 | + function($database) { |
|
23 | 23 | return new DatabaseResponse($database); |
24 | 24 | }, |
25 | 25 | $databases |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($certificate) { |
|
22 | + function($certificate) { |
|
23 | 23 | return new SslCertificateResponse($certificate); |
24 | 24 | }, |
25 | 25 | $certificates |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($tag) { |
|
22 | + function($tag) { |
|
23 | 23 | return new TagResponse($tag); |
24 | 24 | }, |
25 | 25 | $tags |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($role) { |
|
22 | + function($role) { |
|
23 | 23 | return new RoleResponse($role); |
24 | 24 | }, |
25 | 25 | $roles |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($destination) { |
|
22 | + function($destination) { |
|
23 | 23 | return new LogForwardingDestinationResponse($destination); |
24 | 24 | }, |
25 | 25 | $destinations |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($insight) { |
|
22 | + function($insight) { |
|
23 | 23 | return new InsightResponse($insight); |
24 | 24 | }, |
25 | 25 | $insights |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($metric) { |
|
22 | + function($metric) { |
|
23 | 23 | return new MetricResponse($metric); |
24 | 24 | }, |
25 | 25 | $metrics |