FerhattoruS
New Member
I wasn't able to find an overview of the types which can be hinted with PHPDoc. I know array or string, but is there also bool? Like:\[code\]/** * @param bool loadLazy * @return array Array with objects */public function getObjects($loadLazy=false) {\[/code\]