graphql-php icon indicating copy to clipboard operation
graphql-php copied to clipboard

Remove `ArrayAccess` from `NodeList` and enforce contiguous `int` keys

Open spawnia opened this issue 1 year ago • 0 comments

Reintroduces https://github.com/webonyx/graphql-php/pull/1315 and https://github.com/webonyx/graphql-php/pull/1321.

I found that AST manipulation is common enough that we should not break it in a minor release.

spawnia avatar Feb 22 '23 08:02 spawnia