Skip to content

Commit dacbbfc

Browse files
authored
chore: update README
1 parent fb85f47 commit dacbbfc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ print_r($decoded);
5151
$decoded = JWT::decode($jwt, new Key($key, 'HS256'), $headers = new stdClass());
5252
print_r($headers);
5353

54-
print_r($decoded);
55-
print_r($headers);
56-
5754
/*
5855
NOTE: This will now be an object instead of an associative array. To get
5956
an associative array, you will need to cast it as such:

0 commit comments

Comments
 (0)