Skip to content

Commit

Permalink
Rename the BlockedRelayInterface to BlockingRelayInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Oct 3, 2023
1 parent 8c5214b commit f8df7b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
/**
* Means that relay can't be used for non-blocking flow.
*/
interface BlockedRelayInterface extends RelayInterface
interface BlockingRelayInterface extends RelayInterface
{
}
2 changes: 1 addition & 1 deletion src/StreamRelay.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* prefix:
* [ flag ][ message length, unsigned int 64bits, LittleEndian ]
*/
class StreamRelay extends Relay implements BlockedRelayInterface
class StreamRelay extends Relay implements BlockingRelayInterface
{
/**
* @var resource
Expand Down

0 comments on commit f8df7b0

Please sign in to comment.