You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in this line which extracts annotated symbols along with their doc comments.
The three delimiters {, ; and / (the latter probably due to usage in comments) have been chosen to mark the end of symbols, such as variable or function declarations.
Unfortunately, if any of these three symbols appears in your symbol, e.g. in a variable name (if possible) or in the signature of the function, the symbol will be cut off at that point.
Maybe we won't be able to solve that problem with (this) regex.
Try with this PHP function:
I think that the
/
brokes the parser, because you obtain:The text was updated successfully, but these errors were encountered: