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