Skip to content
Merged

Rectify #7755

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions rules/Php83/Rector/BooleanAnd/JsonValidateRector.php
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down