Skip to content

Commit

Permalink
Merge branch 'master' into feature/gitignore-update-for-phpunit-9
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey authored Nov 30, 2021
2 parents 498f21b + 9d1eb91 commit 30f6e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Token/AccessTokenInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
namespace League\OAuth2\Client\Token;

use JsonSerializable;
use ReturnTypeWillChange;
use RuntimeException;

interface AccessTokenInterface extends JsonSerializable
Expand Down Expand Up @@ -68,5 +69,6 @@ public function __toString();
*
* @return array
*/
#[ReturnTypeWillChange]
public function jsonSerialize();
}

0 comments on commit 30f6e09

Please sign in to comment.