@@ -55,7 +55,7 @@ |
||
55 | 55 | * @since 15.0.0 |
56 | 56 | */ |
57 | 57 | public function setScope(string $scope): IAccountProperty { |
58 | - if (!in_array($scope, IAccountManager::ALLOWED_SCOPES, )) { |
|
58 | + if (!in_array($scope, IAccountManager::ALLOWED_SCOPES,)) { |
|
59 | 59 | throw new InvalidArgumentException('Invalid scope'); |
60 | 60 | } |
61 | 61 | /** @var IAccountManager::SCOPE_* $scope */ |