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
// 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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: