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
It always retrieving json decoded using StdClass-es, even if options says it should be associative arrays (and it should be by default). Line 90 should be changed from
It always retrieving json decoded using
StdClass
-es, even if options says it should be associative arrays (and it should be by default). Line 90 should be changed fromto
also
const DECODE_TYPE_OBJECT
is unusued and probably should not be defined.And I think I must point out that without changing default behavior back to objects it will be a breaking change.
The text was updated successfully, but these errors were encountered: