Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid exceptions on fetching uninitialized names in ClassLikes
Similar to the behavior of `ClassLikes::classImplements()` (#5984), the following methods will return a false/empty value in case a specific class name has not been initialized yet: + `ClassLikes::classExtends()` returns `false` + `ClassLikes::getParentInterfaces()` returns `[]`
- Loading branch information