Say you have a method like this:
public function foo(array $arr): array { }
In Netbeans, if you type /** above this method, it
/**