Skip to content

Commit 32747e9

Browse files
mathrocbshaffer
authored andcommitted
fix typo (#775)
1 parent 8e26550 commit 32747e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OAuth2/Storage/AuthorizationCodeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function getAuthorizationCode($code);
7171
public function setAuthorizationCode($code, $client_id, $user_id, $redirect_uri, $expires, $scope = null);
7272

7373
/**
74-
* once an Authorization Code is used, it must be exipired
74+
* once an Authorization Code is used, it must be expired
7575
*
7676
* @see http://tools.ietf.org/html/rfc6749#section-4.1.2
7777
*

0 commit comments

Comments
 (0)