Skip to content

Commit 6db43ba

Browse files
committed
Add links
1 parent 6a9aec9 commit 6db43ba

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Request.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ public function setBody(array | string $body) : static
293293
* @throws JsonException if json_encode() fails
294294
*
295295
* @see https://www.php.net/manual/en/function.json-encode.php
296+
* @see https://www.php.net/manual/en/json.constants.php
296297
*
297298
* @return static
298299
*/

src/Response.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ protected function setHeader(string $name, string $value) : static
157157
* @param int<1,max> $depth
158158
*
159159
* @see https://www.php.net/manual/en/function.json-decode.php
160+
* @see https://www.php.net/manual/en/json.constants.php
160161
*
161162
* @return array<string,mixed>|false|object
162163
*/

0 commit comments

Comments
 (0)