$excludePaths
$excludePaths : array
analyses existing services. Warning: if 2 or more services have the same name, only one will appear in the returned data, as it is an associative array using the service name as key.
parseMethodComment(string $comment) : \array{'returns'
extracts - meta data from param tags: 1) type is first word after tag name, name of the variable is second word ($ is removed) 2) example is end of line after 'example: '
string | $comment |
=> type, 'params' => array{variable name => parameter meta}}