@@ -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 |
@@ -14,7 +14,7 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | array_map( |
17 | - static function ($database) { |
|
17 | + static function($database) { |
|
18 | 18 | return new DatabaseResponse($database); |
19 | 19 | }, |
20 | 20 | $databases |
@@ -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 |