HTD / NST

New Source Tree Komodo Addon
32 stars 20 forks source link

Does not work in Php with return type hinting #65

Open pixxelfactory opened 4 years ago

pixxelfactory commented 4 years ago

It does not work in php-classes when using type-hinting wich was introduced with php 7:

public function xyz(): bool { ... }

HTD commented 4 years ago

Please feel free to suggest a pull request, unfortunately I won't be able to update it myself any time soon.