From 631c6d41bc19f3f9e7ee1c24625cd48d113a2ef6 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Sun, 14 Dec 2025 18:46:23 +0700 Subject: [PATCH] Rectify --- rules/Php83/Rector/BooleanAnd/JsonValidateRector.php | 2 -- 1 file changed, 2 deletions(-) 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(