Skip to content

Commit 5de2d62

Browse files
authored
Merge pull request #681 from acrobat/guzzle-client-doc-fix
Missing use statement in security example
2 parents 3459919 + cbfecb3 commit 5de2d62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/security.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following sample code authenticates as an installation using [lcobucci/jwt](
5454
to generate a JSON Web Token (JWT).
5555

5656
```php
57+
use Http\Adapter\Guzzle6\Client as GuzzleClient;
5758
use Lcobucci\JWT\Builder;
5859
use Lcobucci\JWT\Signer\Key;
5960
use Lcobucci\JWT\Signer\Rsa\Sha256;

0 commit comments

Comments
 (0)