Skip to content

Commit

Permalink
Merge pull request #34 from Jeckel-Lab/feature/add-port-contract
Browse files Browse the repository at this point in the history
Add Port interface
  • Loading branch information
jeckel committed Feb 2, 2022
2 parents 12c2df2 + 2d18c5c commit 33ed69e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/Domain/Port/Port.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?php

/**
* @author: Julien Mercier-Rojas <julien@jeckel-lab.fr>
* Created at: 02/02/2022
*/

namespace JeckelLab\Contract\Domain\Port;

/**
* Interface Port
* @package JeckelLab\Contract\Domain\Port
*/
interface Port
{
}

0 comments on commit 33ed69e

Please sign in to comment.