schematic
schematic copied to clipboard
(NOT MAINTAINED) Generate POPO from JSON Schema
I wanted to try it out on [Infection](https://github.com/infection/infection) but looks like its choking on the `anyOf` type: ```json "type": { "anyOf": [ { "type": "boolean" }, { "type": "object", "additionalProperties":...
In Generator.php, line 48, the slice(0,-1) returns null for me. I just removed the `->slice(0, -1)` section totally and it worked.