Skip to content

Commit fe6368b

Browse files
committed
fix formatting
1 parent 01472d5 commit fe6368b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grant/AbstractGrant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ public function validateScopes(string|array|null $scopes, ?string $redirectUri =
286286
*/
287287
private function convertScopesQueryStringToArray(string $scopes): array
288288
{
289-
return array_filter(explode(self::SCOPE_DELIMITER_STRING, trim($scopes)), static fn($scope) => $scope !== '');
289+
return array_filter(explode(self::SCOPE_DELIMITER_STRING, trim($scopes)), static fn ($scope) => $scope !== '');
290290
}
291291

292292
/**

0 commit comments

Comments
 (0)