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
The changes in 5.0.11 break some funtionallity in our application. For example the response pasted below from our API changes the empty JSON object in the field_filters property to an array.
Debuging the Data/Obj.php class the property gets there as a PHP Std object. That was required until now so it was converted to an empty object an not an array , but now that is broken.
The changes in 5.0.11 break some funtionallity in our application. For example the response pasted below from our API changes the empty JSON object in the
field_filters
property to an array.Debuging the
Data/Obj.php
class the property gets there as a PHPStd
object. That was required until now so it was converted to an empty object an not an array , but now that is broken.Was this an expected change? In that case it should have been annotated as breaking change.
The text was updated successfully, but these errors were encountered: