From dacbbfcb979ff545ba262eb8c4d9e95ff0ff2d20 Mon Sep 17 00:00:00 2001 From: Brent Shaffer Date: Tue, 13 Jun 2023 11:08:24 -0600 Subject: [PATCH] chore: update README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index f2cc5d03..701de23a 100644 --- a/README.md +++ b/README.md @@ -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: