hellsan631 / LogosDB

A database micro-framework for creating simple DB interaction without the need for a full framework
1 stars 0 forks source link

PHPDoc replace @return Logos_MySQL_Object with @return $this #9

Closed hellsan631 closed 9 years ago

hellsan631 commented 9 years ago

Suggesting that it returns a Logos_MySQL_Object means that code hinters don't recognize additional class variables for child classes of the MySQL Handler Object. Instead use $this to fix this issue.