ReflectionClass::is*()
return value documentation is misleading
#4601
Labels
ReflectionClass::is*()
return value documentation is misleading
#4601
From manual page: https://php.net/reflectionclass.isinstantiable
But
false
doesn't mean a failure, andtrue
doesn't mean a success - these values indicate if the class is instantiable or not, not whether the check succeedsAffects
For each of these, the documentation should be updated to something along the lines of
The text was updated successfully, but these errors were encountered: