[php] Actually generate parameter type declarations
This commit is contained in:
parent
772ea68084
commit
91470ca62d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue