Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Jun 13, 2023
1 parent fb85f47 commit dacbbfc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -51,9 +51,6 @@ print_r($decoded);
$decoded = JWT::decode($jwt, new Key($key, 'HS256'), $headers = new stdClass());
print_r($headers);

print_r($decoded);
print_r($headers);

/*
NOTE: This will now be an object instead of an associative array. To get
an associative array, you will need to cast it as such:
Expand Down

0 comments on commit dacbbfc

Please sign in to comment.