Skip to content

Commit 6d88b3c

Browse files
committed
Comment in code example looked bad
1 parent 14e5ced commit 6d88b3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ $consumerSecret = new Definition\ConsumerSecret('consumer_secret');
2929
$requestSigner = new RequestSigner(
3030
new Definition\ConsumerKey('consumer_key'),
3131
$consumerSecret,
32-
new HmacSha1Signature(/**
33-
$consumerSecret * Optional, but allows for other than HMAC SHA1 signatures
34-
) */
32+
new HmacSha1Signature( // Optional, but allows for other than HMAC SHA1 signatures
33+
$consumerSecret
34+
)
3535
);
3636

3737
// Pass it a PSR-7 request and it returns a signed PSR7 request you can use in any PSR7 capable HTTP client.

0 commit comments

Comments
 (0)