Add more documentation for the file entity.
This commit is contained in:
parent
b9ecb3d3ba
commit
4d60c1849c
@ -11,6 +11,10 @@ class File
|
||||
{
|
||||
use EntityTrait;
|
||||
|
||||
/**
|
||||
* We should also be able to buffer the raw binary data of the buffer to
|
||||
* the class. Fuck it, we ball.
|
||||
*/
|
||||
private string $buffer = "";
|
||||
|
||||
public function __construct(
|
||||
|
Loading…
Reference in New Issue
Block a user