Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

PHP array() #53

Closed cristidraghici closed 9 years ago

cristidraghici commented 9 years ago

The following line does not generate anything

public static function fname($var1, $var2=array())

until changed to:

public static function fname($var1, $var2=array)

which is not valid php syntax.

Wikunia commented 9 years ago

Can you please install via url and test v0.8.21? Thanks in advance

cristidraghici commented 9 years ago

Thank you for the quick reply. I have just tested it and works correctly. Thanks again!

Wikunia commented 9 years ago

I'll make some more tests today and tomorrow and will register the new version afterwards.