Skip to content

Commit

Permalink
More description data on files
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Mar 22, 2023
1 parent a8597f4 commit 94ff43e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/ActionHandler/PetStoreHandler.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?php
/**
* An example handler for the per store.
*
* @author Conduction.nl
* @license EUPL-1.2
*/

namespace CommonGateway\PetStoreBundle\ActionHandler;

use CommonGateway\PetStoreBundle\Service\PetStoreService;
Expand Down
3 changes: 3 additions & 0 deletions src/Service/InstallationService.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<?php
/**
* The installation service
*
* @author Conduction.nl
* @license EUPL-1.2
*/

namespace CommonGateway\PetStoreBundle\Service;
Expand Down
11 changes: 8 additions & 3 deletions src/Service/PetStoreService.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
<?php

namespace CommonGateway\PetStoreBundle\Service;

/**
* And axample service for adding bussnes logic to your class.
*
* @author Conduction.nl
* @license EUPL-1.2
*
*/

namespace CommonGateway\PetStoreBundle\Service;


class PetStoreService
{

Expand Down

0 comments on commit 94ff43e

Please sign in to comment.