Passed
Push — master ( 7dae27...708fa4 )
by Adam
02:17
created
src/Response/InsightAlertsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($alert) {
22
+                function($alert) {
23 23
                     return new InsightAlertResponse($alert);
24 24
                 },
25 25
                 $alerts
Please login to merge, or discard this patch.
src/Response/InsightModulesResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($module) {
22
+                function($module) {
23 23
                     return new InsightModuleResponse($module);
24 24
                 },
25 25
                 $modules
Please login to merge, or discard this patch.
src/Response/BranchesResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($branch) {
22
+                function($branch) {
23 23
                     return new BranchResponse($branch);
24 24
                 },
25 25
                 $branches
Please login to merge, or discard this patch.
src/Response/DomainsResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($domain) {
22
+                function($domain) {
23 23
                     return new DomainResponse($domain);
24 24
                 },
25 25
                 $domains
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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($notification) {
22
+                function($notification) {
23 23
                     return new NotificationResponse($notification);
24 24
                 },
25 25
                 $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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($member) {
22
+                function($member) {
23 23
                     return new MemberResponse($member);
24 24
                 },
25 25
                 $members
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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($idp) {
22
+                function($idp) {
23 23
                     return new IdentityProviderResponse($idp);
24 24
                 },
25 25
                 $idps
Please login to merge, or discard this patch.
src/Response/VariablesResponse.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($variable) {
22
+                function($variable) {
23 23
                     return new VariableResponse($variable);
24 24
                 },
25 25
                 $variables
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
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
     {
20 20
         parent::__construct(
21 21
             array_map(
22
-                function ($invitation) {
22
+                function($invitation) {
23 23
                     return new InvitationResponse($invitation);
24 24
                 },
25 25
                 $invitations
Please login to merge, or discard this patch.