You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rewriting all the fixtures and removing valuable information to have a result which is much less readable feels more than wrong. having php supporting named arguments while removing names from alice feels wrong for me.
any chance to get back name constructor?
The text was updated successfully, but these errors were encountered:
or would some kind of a hack be acceptible? check if it is a named array and convert it to a values array should do the trick. would this be hard to implement?
I honestly have no idea what it would take, but given the current architecture I wouldn't think it would be too hard to implement. It's been a really long time since I took a close look at the codebase though so I could be wrong.
i am migrating an older symfony project to 7.0 where i also updated alice.
sadly alice made a big step back, according the readme the constructor now has to be an array
rewriting all the fixtures and removing valuable information to have a result which is much less readable feels more than wrong. having php supporting named arguments while removing names from alice feels wrong for me.
any chance to get back name constructor?
The text was updated successfully, but these errors were encountered: