Passed
Pull Request — master (#489)
by
unknown
13:13
created
src/Response/InsightsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         parent::__construct(
16 16
             array_map(
17
-                static function ($insight) {
17
+                static function($insight) {
18 18
                     return new InsightResponse($insight);
19 19
                 },
20 20
                 $insights
Please login to merge, or discard this patch.
src/Response/SubscriptionsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         parent::__construct(
16 16
             array_map(
17
-                static function ($subscription) {
17
+                static function($subscription) {
18 18
                     return new SubscriptionResponse($subscription);
19 19
                 },
20 20
                 $subscriptions
Please login to merge, or discard this patch.
src/Response/LogForwardingDestinationsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         parent::__construct(
16 16
             array_map(
17
-                static function ($destination) {
17
+                static function($destination) {
18 18
                     return new LogForwardingDestinationResponse($destination);
19 19
                 },
20 20
                 $destinations
Please login to merge, or discard this patch.
src/Response/IdentityProvidersResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         parent::__construct(
16 16
             array_map(
17
-                static function ($idp) {
17
+                static function($idp) {
18 18
                     return new IdentityProviderResponse($idp);
19 19
                 },
20 20
                 $idps
Please login to merge, or discard this patch.
src/Response/NotificationsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     {
15 15
         parent::__construct(
16 16
             array_map(
17
-                static function ($notification) {
17
+                static function($notification) {
18 18
                     return new NotificationResponse($notification);
19 19
                 },
20 20
                 $notifications
Please login to merge, or discard this patch.
src/Response/MembersResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Response/InvitationsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Response/MetricsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/Response/ServersResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.