Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-line Function declarations are not picked up #47

Open
redreinard opened this issue Mar 12, 2014 · 0 comments
Open

Multi-line Function declarations are not picked up #47

redreinard opened this issue Mar 12, 2014 · 0 comments

Comments

@redreinard
Copy link

A common format I use is:

// generate a broadsoft document XML frame
protected function getXMLBroadsoftDocument(
$command, // the broadsoft command
$commandData = array() // the command contents to use
) {
...

This allows lots of space for documentation of arguments inline. Unfortunately though the function is the then not picked up. Not sure if you want to call it a bug or feature request, but since it's perfectly valid PHP syntax, I'm leaning towards bug.

Thanks for the great work guys!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant