11 lines
122 B
PHP
11 lines
122 B
PHP
|
<?php
|
||
|
|
||
|
namespace JoopSchilder\React\Stream\NonBlockingInput;
|
||
|
|
||
|
/**
|
||
|
* Marker interface.
|
||
|
*/
|
||
|
interface PayloadInterface
|
||
|
{
|
||
|
}
|