I am experiencing an issue with your tool, specifically concerning the generation of the index length attribute option. The generated output is not as expected.
I need this
[ORM\Index(name: "array", columns: ["array"], options: ["lengths"=>[100]])]
If i put [100] the result is:
[ORM\Index(name: "array", columns: ["array"], options: ["lengths"=>"[100]"])]