Phan is a static analyzer for PHP. Phan prefers to avoid false-positives and attempts to prove incorrectness rather than correctness.
0
stars
0
forks
source link
Add TemplateGenericArrayType subclass of GenericArrayType #134
Open
TysonAndre opened 6 years ago
Not very familiar with the code.
Ideally,
$type->isTemplate()
and$type->asNonTemplateType(...)
should be available so that template types can be converted to real types