We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -14,8 +14,8 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | 'getUser', |
17 | - fn () => "$this->gqlServices->get('".Security::class."')->getUser()", |
|
18 | - static fn (array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->getUser() |
|
17 | + fn() => "$this->gqlServices->get('".Security::class."')->getUser()", |
|
18 | + static fn(array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->getUser() |
|
19 | 19 | ); |
20 | 20 | } |
21 | 21 | } |
@@ -14,8 +14,8 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | 'isAnonymous', |
17 | - fn () => "$this->gqlServices->get('".Security::class."')->isAnonymous()", |
|
18 | - static fn (array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->isAnonymous() |
|
17 | + fn() => "$this->gqlServices->get('".Security::class."')->isAnonymous()", |
|
18 | + static fn(array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->isAnonymous() |
|
19 | 19 | ); |
20 | 20 | } |
21 | 21 | } |
@@ -14,8 +14,8 @@ |
||
14 | 14 | { |
15 | 15 | parent::__construct( |
16 | 16 | 'isRememberMe', |
17 | - fn () => "$this->gqlServices->get('".Security::class."')->isRememberMe()", |
|
18 | - static fn (array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->isRememberMe() |
|
17 | + fn() => "$this->gqlServices->get('".Security::class."')->isRememberMe()", |
|
18 | + static fn(array $arguments) => $arguments[TypeGenerator::GRAPHQL_SERVICES]->get(Security::class)->isRememberMe() |
|
19 | 19 | ); |
20 | 20 | } |
21 | 21 | } |