Skip to content

Commit

Permalink
Merge branch 'master' into feature/php-8.1-fix-call-to-http_build-query
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey authored Nov 30, 2021
2 parents 2b38cfd + a8eca3f commit 3b14025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ testing/
nbproject/private/
test/log
build
/.phpunit.result.cache
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 3b14025

Please sign in to comment.