ikkez / f3-cortex

A multi-engine ORM / ODM for the PHP Fat-Free Framework
GNU General Public License v3.0
118 stars 22 forks source link

fix phpdoc return for findByRawSQL #130

Open olaulau opened 7 months ago

olaulau commented 7 months ago

Hi ;

https://github.com/ikkez/f3-cortex/blob/6c735c713e0eb0d562614e7dc1be72de097c71b1/lib/db/cortex.php#L925

the result is obviously a CortexCollection, not an array.

olaulau commented 6 months ago

https://github.com/ikkez/f3-cortex/pull/131