@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($ide) { |
|
22 | + function($ide) { |
|
23 | 23 | return new IdeResponse($ide); |
24 | 24 | }, |
25 | 25 | $ides |
@@ -19,7 +19,7 @@ |
||
19 | 19 | { |
20 | 20 | parent::__construct( |
21 | 21 | array_map( |
22 | - function ($backup) { |
|
22 | + function($backup) { |
|
23 | 23 | return new BackupResponse($backup); |
24 | 24 | }, |
25 | 25 | $backups |
@@ -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 |