generated from Potter/Startable
refractor to potter/writeable
This commit is contained in:
@@ -6,6 +6,6 @@ namespace Potter\Writeable;
|
|||||||
|
|
||||||
interface WriteableInterface
|
interface WriteableInterface
|
||||||
{
|
{
|
||||||
public function isReadable(): bool;
|
public function isWritable(): bool;
|
||||||
public function read(int $length): string;
|
public function write(string $string): int;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user