This has always returned an object. Previously, this was iterated on directly. In c40145d2, the return was set to a variable which was checked before iterating in case it was NULL. But the check was for an array.
This has always returned an object. Previously, this was iterated on directly. In c40145d2, the return was set to a variable which was checked before iterating in case it was NULL. But the check was for an array.