We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227e4ab commit 2e1e9ccCopy full SHA for 2e1e9cc
rules/Php83/Rector/BooleanAnd/JsonValidateRector.php
@@ -28,8 +28,6 @@
28
*/
29
final class JsonValidateRector extends AbstractRector implements MinPhpVersionInterface, RelatedPolyfillInterface
30
{
31
- protected const ARG_NAMES = ['json', 'associative', 'depth', 'flags'];
32
-
33
private const JSON_MAX_DEPTH = 0x7FFFFFFF;
34
35
public function __construct(
0 commit comments