Hi @Tyrsson , I updated every week my packages and I opened the application yesterday.
And then I saw this error. I have not maked any change in my code since almost 8 months.
The error message clearly states that the method signature has been changed. Since this means a break in backward compatibility and Laminas follows semantic versioning, you have switched to a new major version. For laminas-form this means a switch from version 2 to version 3.
This means you need to check the migration guide of the component to see what to do:
In your specific case, there was a change to the FormRow view helper.
Version 2
Version 3
But you should have noticed this earlier, because version 3 was already released in June 2021.
@froschdesign Ok I will do that.
One day you asked me to do some packages in order to share with others.
I will also do that. I made mutiple code snipet in my project that can help others. But before deploying anything I will share it here for advice.
Thankyou again @froschdesign