Skip to content

Commit 9db800c

Browse files
committed
Update PHPDocs
1 parent becf1bf commit 9db800c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Request.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,11 @@ public function setBody(array | string $body) : static
291291
* when null. <b>JSON_THROW_ON_ERROR</b> is enforced by default.</p>
292292
* @param int<1,max> $depth [optional] Set the maximum depth. Must be greater than zero.
293293
*
294-
* @throws JsonException if json_encode() fails
295-
*
296294
* @see https://www.php.net/manual/en/function.json-encode.php
297295
* @see https://www.php.net/manual/en/json.constants.php
298296
*
297+
* @throws JsonException if json_encode() fails
298+
*
299299
* @return static
300300
*/
301301
public function setJson(mixed $data, int $flags = null, int $depth = 512) : static

0 commit comments

Comments
 (0)