From 1ffd2d91fbabee72b83b6b1e5b66d40ffa0a3048 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:58:46 -0700 Subject: [PATCH] apply formatting suggestions --- languages/php/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/languages/php/README.md b/languages/php/README.md index e9c0b12b2..c830d1627 100644 --- a/languages/php/README.md +++ b/languages/php/README.md @@ -1,7 +1,6 @@ # Bitwarden Secrets Manager SDK wrapper for PHP -PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some -functionality. +PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some functionality. ## Installation @@ -19,8 +18,7 @@ Review the help documentation on [Access Tokens]. ```php require_once 'vendor/autoload.php'; -$access_token = ''; -$state_file = ""; +$access_token = ""; $organization_id = ""; $api_url = "https://api.bitwarden.com"; $identity_url = "https://identity.bitwarden.com";