Skip to content

Commit 2e1e9cc

Browse files
authored
Rectify (#7755)
1 parent 227e4ab commit 2e1e9cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)