Skip to content

Commit

Permalink
Correct service naming for doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Mar 24, 2023
1 parent f12ca14 commit c3681fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .phpdoc-md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
return (object)[
'rootNamespace' => 'CommonGateway\CoreBundle',
'rootNamespace' => 'CommonGateway\PetStoreBundle',
'destDirectory' => 'docs/classes',
'format' => 'github',
'classes' => [
'\CommonGateway\CoreBundle\Service\InstallationService',
'\CommonGateway\CoreBundle\Service\PetStoreService'
'\CommonGateway\PetStoreBundle\Service\InstallationService',
'\CommonGateway\PetStoreBundle\Service\PetStoreService'
],
];

0 comments on commit c3681fd

Please sign in to comment.