-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.phpdoc-md
More file actions
29 lines (29 loc) · 1.43 KB
/
.phpdoc-md
File metadata and controls
29 lines (29 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?php
return (object)[
'rootNamespace' => 'CommonGateway\CoreBundle',
'destDirectory' => 'docs/classes',
'format' => 'github',
'classes' => [
'\CommonGateway\CoreBundle\Service\AuditTrailService',
'\CommonGateway\CoreBundle\Service\AuthenticationService',
'\CommonGateway\CoreBundle\Service\CacheService',
'\CommonGateway\CoreBundle\Service\CallService',
'\CommonGateway\CoreBundle\Service\ComposerService',
'\CommonGateway\CoreBundle\Service\DownloadService',
'\CommonGateway\CoreBundle\Service\EavService',
'\CommonGateway\CoreBundle\Service\EndpointService',
'\CommonGateway\CoreBundle\Service\FileService',
'\CommonGateway\CoreBundle\Service\FileSystemCreateService',
'\CommonGateway\CoreBundle\Service\FileSystemHandleService',
'\CommonGateway\CoreBundle\Service\GatewayResourceService',
'\CommonGateway\CoreBundle\Service\InstallationService',
'\CommonGateway\CoreBundle\Service\MappingService',
'\CommonGateway\CoreBundle\Service\MetricsService',
'\CommonGateway\CoreBundle\Service\NotificationService',
'\CommonGateway\CoreBundle\Service\OasService',
'\CommonGateway\CoreBundle\Service\ObjectSyncService',
'\CommonGateway\CoreBundle\Service\ReadUnreadService',
'\CommonGateway\CoreBundle\Service\RequestService',
'\CommonGateway\CoreBundle\Service\SchemaService',
],
];