Closed
Description
The list of valid php type for type hinting function calls is here: http://php.net/manual/en/functions.arguments.php#functions.arguments.type-declaration.types
It appears the parser currently handles everything except for array
and callable
(it interprets these as user-defined fully qualified names