In issue #51 I'm adding a test with with a guarantee for basic array support.
The resulting arrays are basic and do not specify which kind of array items are contained.
I'd be nice to do parsing to at least the first level of the array, so the resulting PHP arrays can have their content typed via PHPStan comments (as this is not something PHP natively supports).
In issue #51 I'm adding a test with with a guarantee for basic array support.
The resulting arrays are basic and do not specify which kind of array items are contained.
I'd be nice to do parsing to at least the first level of the array, so the resulting PHP arrays can have their content typed via PHPStan comments (as this is not something PHP natively supports).