diff --git a/src/Json.php b/src/Json.php index 9a0a6f4..e22ffe7 100644 --- a/src/Json.php +++ b/src/Json.php @@ -17,8 +17,6 @@ final class Json private const DECODE_DEFAULT = JSON_BIGINT_AS_STRING; /** - * param non-empty-string $json - * * @throws UnexpectedValueException */ public static function decode(string $json, ?bool $forceArray = null): mixed