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
{{ message }}
This repository was archived by the owner on Mar 27, 2022. It is now read-only.
Controller::renderJson() uses as an optional param a instance of ArrayBuilderInterface. The idea behind was that you can convert complex objects to an assoc. array. We can remove all corresponding code if we check against JsonSerializable interface instead: