cwi-swat / php-analysis

PHP language analyses in Rascal
BSD 2-Clause "Simplified" License
27 stars 8 forks source link

Signatures should include type information #8

Open mahills opened 6 years ago

mahills commented 6 years ago

Current function and method signatures in lang::php::analysis::signatures::Signatures do not include available return type information:

| functionSig(loc namepath, list[ParamInfo] parameterInfo) 
| methodSig(loc namepath, list[ParamInfo] parameterInfo)