We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e26550 commit 32747e9Copy full SHA for 32747e9
src/OAuth2/Storage/AuthorizationCodeInterface.php
@@ -71,7 +71,7 @@ public function getAuthorizationCode($code);
71
public function setAuthorizationCode($code, $client_id, $user_id, $redirect_uri, $expires, $scope = null);
72
73
/**
74
- * once an Authorization Code is used, it must be exipired
+ * once an Authorization Code is used, it must be expired
75
*
76
* @see http://tools.ietf.org/html/rfc6749#section-4.1.2
77
0 commit comments