@@ -69,7 +69,7 @@ |
||
| 69 | 69 | |
| 70 | 70 | return $this->provider->getAuthenticatedRequest( |
| 71 | 71 | $verb, |
| 72 | - self::BASE_URI . $path, |
|
| 72 | + self::BASE_URI.$path, |
|
| 73 | 73 | $this->accessToken |
| 74 | 74 | ); |
| 75 | 75 | } |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |
@@ -19,7 +19,7 @@ |
||
| 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 |