<?php
return (object)[
    'rootNamespace' => 'CommonGateway\CustomerInteractionBundle',
    'destDirectory' => 'docs/classes',
    'format' => 'github',
    'classes' => [
        '\CommonGateway\CustomerInteractionBundle\Service\InstallationService'
    ],
];
