Chris Franklin

Results 4 comments of Chris Franklin

This really needs to be added in. People have already created workarounds to pull this data out of the game memory (see https://github.com/floh22/LeagueBroadcast). Supposedly risking bans isn't on the cards...

I pulled forked and had a play with a new test in `ValidationRulesDocumentingTest.php`. Using `buildRulesToParameters`, it maintains the same order as expected so I expect the issue occurs when it's...

@romalytvynenko It doesn't but that class is used in the `validationRulesToDocumentationWithDeep` function. I wrote a test using that but it still keeps the same order. Anything further down the chain...

@romalytvynenko Debugged using my actual codebase and managed to get to the route of the issue at least. [DeepParametersMerger.php:88](https://github.com/dedoc/scramble/blob/1d3fe0cd30cb00253b2a1debcd805f8df167670d/src/Support/OperationExtensions/RulesExtractor/DeepParametersMerger.php#L88) takes the nested params (i.e. Enums / InArray), works with them...