Skip to content

Commit 5694505

Browse files
committed
- link to WorkerAwareInterface
1 parent 8a70d8a commit 5694505

File tree

3 files changed

+3
-21
lines changed

3 files changed

+3
-21
lines changed

src/HttpWorkerInterface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
namespace Spiral\RoadRunner\Http;
1010

11+
use Spiral\RoadRunner\WorkerAwareInterface;
12+
1113
interface HttpWorkerInterface extends WorkerAwareInterface
1214
{
1315
/**

src/PSR7WorkerInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
use Psr\Http\Message\ResponseInterface;
1212
use Psr\Http\Message\ServerRequestInterface;
13+
use Spiral\RoadRunner\WorkerAwareInterface;
1314

1415
interface PSR7WorkerInterface extends WorkerAwareInterface
1516
{

src/WorkerAwareInterface.php

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)