Skip to content
This repository was archived by the owner on Jun 28, 2024. It is now read-only.

Commit 997b8e7

Browse files
committed
Update API docs
1 parent 8e6f135 commit 997b8e7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

doc/LaravelFCM/Response/BaseResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ abstract class **BaseResponse** [View source](https://github.com/code-lts/Larave
3636
|---|---|---|---|
3737
|<a name="property_logEnabled"></a>protected bool|$logEnabled|||
3838
|<a name="property_logger"></a>protected <abbr title="Monolog\Logger">Logger</abbr>|$logger|The logger.||
39-
|<a name="property_retryAfter"></a> int|string|null|$retryAfter|The value of the first Retry-After header in the response.||
39+
|<a name="property_retryAfter"></a>protected int|string|null|$retryAfter|The value of the first Retry-After header in the response.||
4040
### Methods
4141

4242
| | | | |

doc/LaravelFCM/Response/DownstreamResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class **DownstreamResponse** extends [<abbr title="LaravelFCM\Response\Ba
4747
|---|---|---|---|
4848
|<a name="property_logEnabled"></a>protected bool|$logEnabled||<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logEnabled](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
4949
|<a name="property_logger"></a>protected <abbr title="Monolog\Logger">Logger</abbr>|$logger|The logger.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logger](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
50-
|<a name="property_retryAfter"></a> int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
50+
|<a name="property_retryAfter"></a>protected int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
5151
|<a name="property_numberTokensSuccess"></a>protected int|$numberTokensSuccess|||
5252
|<a name="property_numberTokensFailure"></a>protected int|$numberTokensFailure|||
5353
|<a name="property_numberTokenModify"></a>protected int|$numberTokenModify|||

doc/LaravelFCM/Response/GroupResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class **GroupResponse** extends [<abbr title="LaravelFCM\Response\BaseRes
3838
|---|---|---|---|
3939
|<a name="property_logEnabled"></a>protected bool|$logEnabled||<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logEnabled](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
4040
|<a name="property_logger"></a>protected <abbr title="Monolog\Logger">Logger</abbr>|$logger|The logger.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logger](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
41-
|<a name="property_retryAfter"></a> int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
41+
|<a name="property_retryAfter"></a>protected int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
4242
|<a name="property_numberTokensSuccess"></a>protected int|$numberTokensSuccess|||
4343
|<a name="property_numberTokensFailure"></a>protected int|$numberTokensFailure|||
4444
|<a name="property_tokensFailed"></a>protected array|$tokensFailed|||

doc/LaravelFCM/Response/TopicResponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class **TopicResponse** extends [<abbr title="LaravelFCM\Response\BaseRes
3838
|---|---|---|---|
3939
|<a name="property_logEnabled"></a>protected bool|$logEnabled||<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logEnabled](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
4040
|<a name="property_logger"></a>protected <abbr title="Monolog\Logger">Logger</abbr>|$logger|The logger.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_logger](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
41-
|<a name="property_retryAfter"></a> int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
41+
|<a name="property_retryAfter"></a>protected int|string|null|$retryAfter|The value of the first Retry-After header in the response.|<small>from&nbsp;[../../LaravelFCM/Response/BaseResponse.md#property_retryAfter](<abbr title="LaravelFCM\Response\BaseResponse">BaseResponse</abbr>)</small>|
4242
|<a name="property_topic"></a>protected [<abbr title="LaravelFCM\Message\Topics">Topics</abbr>](../../LaravelFCM/Message/Topics.md)|$topic|||
4343
|<a name="property_messageId"></a>protected string|$messageId|||
4444
|<a name="property_error"></a>protected string|$error|||

0 commit comments

Comments
 (0)