Skip to content

Commit e6c0585

Browse files
committed
Merge pull request #173 from BraisGabin/patch-1
Fix a typo
2 parents bd587ae + 3426794 commit e6c0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/doc/adding_grant_extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class BingoGrantExtension implements GrantExtensionInterface
5050
// Both numbers were guessed, we grant an access_token linked
5151
// to a user
5252
return array(
53-
'data' => $userManager->findRandomUser();
53+
'data' => $userManager->findRandomUser()
5454
);
5555
}
5656

0 commit comments

Comments
 (0)