From 7ea6fcb9e8a05adccf65e48791ae28a1ef046406 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 9 Aug 2021 19:28:25 +0300 Subject: [PATCH] fix(serializers): fix PHPDoc tag @param references unknown parameter for JSON --- src/flextype/Serializers/Json.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/flextype/Serializers/Json.php b/src/flextype/Serializers/Json.php index 01c70eaa..1005b311 100644 --- a/src/flextype/Serializers/Json.php +++ b/src/flextype/Serializers/Json.php @@ -61,11 +61,7 @@ class Json * Takes a JSON encoded string and converts it into a PHP variable. * * @param string $input A string containing JSON - * @param bool $cache Cache result data or no. Default is true - * @param bool $assoc Decode assoc. When TRUE, returned objects will be converted into associative arrays. - * @param int $depth Decode Depth. Set the maximum depth. Must be greater than zero. - * @param int $flags Bitmask consisting of decode options - * + * * @return mixed The JSON converted to a PHP value * * @throws RuntimeException If the JSON is not valid