From 4d60c1849cd22473024cf5aeafa7637f3975405d Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 14 Nov 2024 02:13:12 +0000 Subject: [PATCH] Add more documentation for the file entity. --- app/src/Domain/Entity/Episode/File.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/src/Domain/Entity/Episode/File.php b/app/src/Domain/Entity/Episode/File.php index 3210f5e..8ed7ac7 100644 --- a/app/src/Domain/Entity/Episode/File.php +++ b/app/src/Domain/Entity/Episode/File.php @@ -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(