codeigniter-model icon indicating copy to clipboard operation
codeigniter-model copied to clipboard

Cleanup PHPDocs, void-returning method, and unreacheable return

Open nadhifikbarw opened this issue 5 years ago • 0 comments

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.

nadhifikbarw avatar Aug 04 '20 10:08 nadhifikbarw