[php] Actually generate parameter type declarations

This commit is contained in:
Olly Betts 2022-01-21 13:27:54 +13:00
commit 91470ca62d

View file

@ -761,7 +761,7 @@ public:
String *phpclasses = NewStringEmpty();
String *phptype = NULL;
if (GetFlag(n, "feature:php:type")) {
phptypes.get_phptype(param_count, phpclasses);
phptype = phptypes.get_phptype(param_count, phpclasses);
}
int byref;