Skip to content

Commit 191df2d

Browse files
committed
fix PHPDoc
1 parent 8651c6e commit 191df2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebPush.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class WebPush
3333
/** @var array Default options : TTL, urgency, topic */
3434
private $defaultOptions;
3535

36-
/** @var bool Automatic padding of payloads, if disabled, trade security for bandwidth */
36+
/** @var int Automatic padding of payloads, if disabled, trade security for bandwidth */
3737
private $automaticPadding = Encryption::MAX_COMPATIBILITY_PAYLOAD_LENGTH;
3838

3939
/** @var bool */

0 commit comments

Comments
 (0)