Skip to content

Commit

Permalink
Added HttpFactoryProviderInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasniekis committed Feb 13, 2019
1 parent fdc8d86 commit 70ecd0b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/HttpFactoryProviderInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?php

declare(strict_types=1);

namespace Thruster\HttpFactory;

/**
* Interface HttpFactoryProviderInterface.
*
* @author Aurimas Niekis <aurimas@niekis.lt>
*/
interface HttpFactoryProviderInterface
{
public function getHttpFactory(): HttpFactoryInterface;
}

0 comments on commit 70ecd0b

Please sign in to comment.