Skip to content

Commit

Permalink
- link to WorkerAwareInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Dec 16, 2020
1 parent 8a70d8a commit 5694505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
2 changes: 2 additions & 0 deletions src/HttpWorkerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

namespace Spiral\RoadRunner\Http;

use Spiral\RoadRunner\WorkerAwareInterface;

interface HttpWorkerInterface extends WorkerAwareInterface
{
/**
Expand Down
1 change: 1 addition & 0 deletions src/PSR7WorkerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

use Psr\Http\Message\ResponseInterface;
use Psr\Http\Message\ServerRequestInterface;
use Spiral\RoadRunner\WorkerAwareInterface;

interface PSR7WorkerInterface extends WorkerAwareInterface
{
Expand Down
21 changes: 0 additions & 21 deletions src/WorkerAwareInterface.php

This file was deleted.

0 comments on commit 5694505

Please sign in to comment.