Skip to content

Commit 1ffd2d9

Browse files
apply formatting suggestions
1 parent 5a8d730 commit 1ffd2d9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

languages/php/README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Bitwarden Secrets Manager SDK wrapper for PHP
22

3-
PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some
4-
functionality.
3+
PHP bindings for interacting with the [Bitwarden Secrets Manager]. This is a beta release and might be missing some functionality.
54

65
## Installation
76

@@ -19,8 +18,7 @@ Review the help documentation on [Access Tokens].
1918
```php
2019
require_once 'vendor/autoload.php';
2120

22-
$access_token = '<access-token>';
23-
$state_file = "<state-file>";
21+
$access_token = "<access-token>";
2422
$organization_id = "<organization-id>";
2523
$api_url = "https://api.bitwarden.com";
2624
$identity_url = "https://identity.bitwarden.com";

0 commit comments

Comments
 (0)