diff --git a/rules/Php83/Rector/BooleanAnd/JsonValidateRector.php b/rules/Php83/Rector/BooleanAnd/JsonValidateRector.php index b31db24c211..e8de9004d72 100644 --- a/rules/Php83/Rector/BooleanAnd/JsonValidateRector.php +++ b/rules/Php83/Rector/BooleanAnd/JsonValidateRector.php @@ -28,8 +28,6 @@ */ final class JsonValidateRector extends AbstractRector implements MinPhpVersionInterface, RelatedPolyfillInterface { - protected const ARG_NAMES = ['json', 'associative', 'depth', 'flags']; - private const JSON_MAX_DEPTH = 0x7FFFFFFF; public function __construct(