ReflectionParam->getClass() returns null with nullable typehint
Open
hack
- Dominant language
- C++
- Stars
- 18.7k
- Forks
- 3.1k
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 2
Description
``` hack
getParameters()[0]->getClass());
```
Outputs `null` when it should be returning a `ReflectionClass` instance of `A` (as it does without the nullability type hint)
Contributor guide
Assessment
This issue has not been assessed yet.