Uh oh!
There was an error while loading. Please reload this page.
Improve the conversion of arrays to strings - #274
Conversation
| !preg_match('/[^\w\\\\]/', (string) $this->valueType) || | ||
| substr((string) $this->valueType, -2, 2) === '[]' |
There was a problem hiding this comment.
do we want to match on [] in the middle of a type?
There was a problem hiding this comment.
I didn't quite understand the question
There was a problem hiding this comment.
I added this to handle multidimensional arrays correctly. For example, string[][]
I suggest moving all this logic to |
mspirkov
commented
Dec 13, 2025
Done. |
mspirkov
commented
Dec 16, 2025
Ready for review |
mspirkov
commented
Dec 18, 2025
@jaapio Please take a look |
Uh oh!
There was an error while loading. Please reload this page.
jaapio
commented
Dec 22, 2025
Sorry this took longer than you are used to. Thanks for this change! |
No description provided.