@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($sshkey) { |
|
17 | + static function($sshkey) { |
|
18 | 18 | return new SshKeyResponse($sshkey); |
19 | 19 | }, |
20 | 20 | $sshkeys |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($team) { |
|
17 | + static function($team) { |
|
18 | 18 | return new TeamResponse($team); |
19 | 19 | }, |
20 | 20 | $teams |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($organization) { |
|
17 | + static function($organization) { |
|
18 | 18 | return new OrganizationResponse($organization); |
19 | 19 | }, |
20 | 20 | $organizations |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($log) { |
|
17 | + static function($log) { |
|
18 | 18 | return new LogResponse($log); |
19 | 19 | }, |
20 | 20 | $logs |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($alert) { |
|
17 | + static function($alert) { |
|
18 | 18 | return new InsightAlertResponse($alert); |
19 | 19 | }, |
20 | 20 | $alerts |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($role) { |
|
17 | + static function($role) { |
|
18 | 18 | return new RoleResponse($role); |
19 | 19 | }, |
20 | 20 | $roles |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($variable) { |
|
17 | + static function($variable) { |
|
18 | 18 | return new VariableResponse($variable); |
19 | 19 | }, |
20 | 20 | $variables |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($certificate) { |
|
17 | + static function($certificate) { |
|
18 | 18 | return new SslCertificateResponse($certificate); |
19 | 19 | }, |
20 | 20 | $certificates |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($ide) { |
|
17 | + static function($ide) { |
|
18 | 18 | return new IdeResponse($ide); |
19 | 19 | }, |
20 | 20 | $ides |