/home/ivoiecob/email.hirewise-va.com/dev/docs/templates/xml/argument.xml.twig
{# @var argument \phpDocumentor\Descriptor\ArgumentDescriptor #}
<argument line="{{ argument.line }}" by_reference="{{ argument.byReference | export }}">
    <name>{{ argument.name }}</name>
    <default>{{ argument.default }}</default>
    <type>{{ argument.type }}</type>
</argument>