It will show parameter's description from its doc block. If the doc block is descriptive, so will be the hint shown by IDE. In case of $new parameter in getQuery() method you would get this:
($new = false)
@param boolean $new
False to return the current query object, True to return a new DatabaseQuery object. The $new parameter is deprecated in 2.2 and will be removed in 4.0, use createQuery() instead.
Statistics: Posted by SharkyKZ — Thu Feb 01, 2024 4:11 pm