From d7d3816eafdffb42054c64a06a6cea19ab47d061 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 28 Jul 2024 14:52:59 +0300 Subject: [PATCH] add comment --- src/Entity/Browser/Container/Page/Content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Entity/Browser/Container/Page/Content.php b/src/Entity/Browser/Container/Page/Content.php index c7de0d92..ce8d4c2c 100644 --- a/src/Entity/Browser/Container/Page/Content.php +++ b/src/Entity/Browser/Container/Page/Content.php @@ -53,7 +53,7 @@ class Content ); } - public function set( + public function set( // @TODO make async ?string $mime, ?string $data ): void