I'm seeing notice, that php can't pass argument by reference each time, when I use $this->Conn->GetOne method and debug mode is enabled.
This is happening, because we us current(current($ret)) construct and "current" function tries to modify given argument, which is not a variable, but a function result.
Ready for testing.