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