Skip to content

Commit 631c6d4

Browse files
committed
Rectify
1 parent 227e4ab commit 631c6d4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rules/Php83/Rector/BooleanAnd/JsonValidateRector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
*/
2929
final class JsonValidateRector extends AbstractRector implements MinPhpVersionInterface, RelatedPolyfillInterface
3030
{
31-
protected const ARG_NAMES = ['json', 'associative', 'depth', 'flags'];
32-
3331
private const JSON_MAX_DEPTH = 0x7FFFFFFF;
3432

3533
public function __construct(

0 commit comments

Comments
 (0)