Maybe I'm doing something wrong but I don't seem to be able to fold PHP docblocks when they are like
/** * */
even though the top fold arrow is shown (but the bottom isn't) only when they are
/** * */
however the code completion features such as doc<tab> and /**<tab> generate the first block
Does anyone know how to fix it so that the first type of docblock folds correctly?
Thanks