codeigniter-model
codeigniter-model copied to clipboard
Cleanup PHPDocs, void-returning method, and unreacheable return
I've been cleaning up the code for some typos in the PHPDocs, along the way i found void-returning method __offsetUnset that might cause probable bug, and one unreachable return inside __get method.